summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-03 20:33:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-03 20:33:56 +0000
commit40e93a466dd8923f8ab3f4cbc426abb020b480d8 (patch)
treecc5f3ec91452f2efe919fc9fb61381c1fe191ea0
parent8a1978fd72d48fc030f591a697072968653d44f1 (diff)
downloadbcm5719-llvm-40e93a466dd8923f8ab3f4cbc426abb020b480d8.tar.gz
bcm5719-llvm-40e93a466dd8923f8ab3f4cbc426abb020b480d8.zip
Fix some indentation (so brg can test commit script).
llvm-svn: 15448
-rw-r--r--llvm/docs/BytecodeFormat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index feef9fcb210..24ecd1a7471 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -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>
OpenPOWER on IntegriCloud