diff --git a/vendor/golang.org/x/sys/cpu/cpu_x86.s b/vendor/golang.org/x/sys/cpu/cpu_x86.s index 9adf58d31e..db2120c8df 100644 --- a/vendor/golang.org/x/sys/cpu/cpu_x86.s +++ b/vendor/golang.org/x/sys/cpu/cpu_x86.s @@ -24,4 +24,5 @@ TEXT ·xgetbv(SB),NOSPLIT,$0-8 XGETBV MOVL AX, eax+0(FP) MOVL DX, edx+4(FP) - RET \ No newline at end of file + RET + \ No newline at end of file