doc: untabify
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 24 Aug 2010 21:20:40 +0000 (14:20 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 24 Aug 2010 21:20:40 +0000 (14:20 -0700)
Fix tab-related problems

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
doc/changes.src

index 05a2a55..f589583 100644 (file)
@@ -12,9 +12,9 @@ since 2007.
 \b When optimization is enabled, \c{mov r64,imm} now optimizes to the
   shortest form possible between:
 
-\c      mov r32,imm32                  ;  5 bytes
-\c     mov r64,imm32                   ;  7 bytes
-\c     mov r64,imm64                   ; 10 bytes
+\c      mov r32,imm32                   ;  5 bytes
+\c      mov r64,imm32                   ;  7 bytes
+\c      mov r64,imm64                   ; 10 bytes
 
 To force a specific form, use the \c{STRICT} keyword, see \k{strict}.