diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-03 20:33:56 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-03 20:33:56 +0000 |
commit | 40e93a466dd8923f8ab3f4cbc426abb020b480d8 (patch) | |
tree | cc5f3ec91452f2efe919fc9fb61381c1fe191ea0 | |
parent | 8a1978fd72d48fc030f591a697072968653d44f1 (diff) | |
download | bcm5719-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.html | 8 |
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> |