Clean up unterminated lines

This commit is contained in:
H. Peter Anvin 2008-09-25 02:33:24 -07:00
parent 152656f8d3
commit 2c8ad285fd
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
; Test of non-power-of-2 alignment
; Test of non-power-of-2 alignment
bits 32
@ -13,4 +13,3 @@
align 13
inc eax
inc eax

View File

@ -1,6 +1,6 @@
; Test of non-power-of-2 alignment
; Test of non-power-of-2 alignment
%use smartalign
bits 32
inc eax
@ -14,4 +14,3 @@
align 13
inc eax
inc eax