Fix some indentation (so brg can test commit script).
authorReid Spencer <rspencer@reidspencer.com>
Tue, 3 Aug 2004 20:33:56 +0000 (20:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 3 Aug 2004 20:33:56 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15448 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BytecodeFormat.html

index feef9fcb21089eae1bb23daf27c0a3b07cad0e00..24ecd1a74713f0902765adb549035211b6dab759 100644 (file)
@@ -121,10 +121,10 @@ written and how the bits are to be interpreted.</p>
 <!-- _______________________________________________________________________ -->
 <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>