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) {
2121 pub fn id(self: @This()) u3 {
2222 return @truncate(u3, @enumToInt(self));
2323 }
24
2524};
2625
2726// zig fmt: on
src-self-hosted/backend/x86_64.zig-1
......@@ -37,7 +37,6 @@ pub const Register = enum(u8) {
3737 pub fn id(self: @This()) u4 {
3838 return @truncate(u4, @enumToInt(self));
3939 }
40
4140};
4241
4342// zig fmt: on