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 | 301fe481c25f3dda2d90aea8ab9133990534914f (patch) | |
tree | c3c4577ce98703c2816d8d621b4368b3af3920ab | |
parent | 267660f4ac8b9d1d5a6c361f8f54ec8194c394cc (diff) |
Line length <= 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15449 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/BytecodeFormat.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 24ecd1a747..5bb5d537fb 100644 --- a/docs/BytecodeFormat.html +++ b/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> |