authorgravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-05-17 05:17:39-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-05-17 12:03:01-04:00
log773281c1f47f4e0379d6a3d314c00f752151d89f
tree92b26efbc0030b4016717f131c06c398b4f2ea41
parente2196a458f7c0feac24036c694282ce31be9edce

Remove trailing whitespace


2 files changed, 0 insertions(+), 2 deletions(-)

src-self-hosted/backend/x86.zig-1
...@@ -21,7 +21,6 @@ pub const Register = enum(u8) {...@@ -21,7 +21,6 @@ pub const Register = enum(u8) {
21 pub fn id(self: @This()) u3 {21 pub fn id(self: @This()) u3 {
22 return @truncate(u3, @enumToInt(self));22 return @truncate(u3, @enumToInt(self));
23 }23 }
24
25};24};
2625
27// zig fmt: on26// zig fmt: on
src-self-hosted/backend/x86_64.zig-1
...@@ -37,7 +37,6 @@ pub const Register = enum(u8) {...@@ -37,7 +37,6 @@ pub const Register = enum(u8) {
37 pub fn id(self: @This()) u4 {37 pub fn id(self: @This()) u4 {
38 return @truncate(u4, @enumToInt(self));38 return @truncate(u4, @enumToInt(self));
39 }39 }
40
41};40};
4241
43// zig fmt: on42// zig fmt: on