From: Reid Spencer
Date: Tue, 3 Aug 2004 20:57:56 +0000 (+0000)
Subject: Line length <= 80 cols.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=301fe481c25f3dda2d90aea8ab9133990534914f;p=oota-llvm.git
Line length <= 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15449 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 24ecd1a7471..5bb5d537fb6 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -233,7 +233,8 @@ variable bit rate encoding as described above.
byte with the lowest file offset (little endian).
- uint24_vbr |
+
+ uint24_vbr |
A 24-bit unsigned
integer that occupies from one to four bytes using variable bit rate
encoding. |