diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-03 20:57:56 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-03 20:57:56 +0000 |
commit | 02d7f92a7969b9a77565847ddbd6f7a08b9da234 (patch) | |
tree | 24c02eb0730f1896ecc5b85453a8be2676e703c2 | |
parent | 40e93a466dd8923f8ab3f4cbc426abb020b480d8 (diff) | |
download | bcm5719-llvm-02d7f92a7969b9a77565847ddbd6f7a08b9da234.tar.gz bcm5719-llvm-02d7f92a7969b9a77565847ddbd6f7a08b9da234.zip |
Line length <= 80 cols.
llvm-svn: 15449
-rw-r--r-- | llvm/docs/BytecodeFormat.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 24ecd1a7471..5bb5d537fb6 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -233,7 +233,8 @@ variable bit rate encoding as described above.</p> byte with the lowest file offset (little endian).</td> </tr> <tr> - <td style="vertical-align: top;"><a name="uint24_vbr"><b>uint24_vbr</b></a></td> + <td style="vertical-align: top;"><a name="uint24_vbr"> + <b>uint24_vbr</b></a></td> <td style="vertical-align: top; text-align: left;">A 24-bit unsigned integer that occupies from one to four bytes using variable bit rate encoding.</td> |