Fix some indentation (so brg can test commit script).

llvm-svn: 15448
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index feef9fc..24ecd1a 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -121,10 +121,10 @@
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsection"><a name="align">Alignment</a> </div>
 <div class="doc_text">
-<p>To support cross-platform differences, the bytecode file is aligned
-on certain boundaries. This means that a small amount of padding (at
-most 3 bytes) will be added to ensure that the next entry is aligned to
-a 32-bit boundary.</p>
+  <p>To support cross-platform differences, the bytecode file is aligned on 
+  certain boundaries. This means that a small amount of padding (at most 3 
+  bytes) will be added to ensure that the next entry is aligned to a 32-bit 
+  boundary.</p>
 </div>
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsection"><a name="vbr">Variable Bit-Rate Encoding</a>