doc: untabify
Fix tab-related problems
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
diff --git a/doc/changes.src b/doc/changes.src
index 05a2a55..f589583 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -12,9 +12,9 @@
\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}.