aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2015-10-20 02:39:09 -0700
committerJoe Tsai <joetsai@digital-static.net>2015-10-20 02:39:09 -0700
commitfa1c60e35da12d33b064b8c6367ff734254372e2 (patch)
tree3d442de8e4af26cb368548909ad8496187250ec6 /docs
parent1486df764ee774f5667119ab7684b732e7a83fb5 (diff)
downloadbrotli-fa1c60e35da12d33b064b8c6367ff734254372e2.tar.gz
Addressed comments about whitespace
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-07.nroff18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff
index d57e9c2..2bf7e09 100644
--- a/docs/draft-alakuijala-brotli-07.nroff
+++ b/docs/draft-alakuijala-brotli-07.nroff
@@ -1469,10 +1469,10 @@ the following:
uncompressed data or the sliding window
MNIBBLES x 4 bits: MLEN - 1, where MLEN is the length
- of the meta-block uncompressed data in bytes (if the
- number of nibbles is greater than 4, and the last
- nibble is all zeros, then the stream should be
- rejected as invalid)
+ of the meta-block uncompressed data in bytes (if the
+ number of nibbles is greater than 4, and the last
+ nibble is all zeros, then the stream should be
+ rejected as invalid)
1 bit: ISUNCOMPRESSED, if set to 1, any bits of compressed
data up to the next byte boundary are ignored, and
@@ -1482,9 +1482,9 @@ the following:
all zeros, the stream should be rejected as invalid)
1-11 bits: NBLTYPESL, # of literal block types, encoded with
- the following variable length code (as it appears in
- the compressed data, where the bits are parsed from
- right to left, so 0110111 has the value 12):
+ the following variable length code (as it appears in
+ the compressed data, where the bits are parsed from
+ right to left, so 0110111 has the value 12):
Value Bit Pattern
----- -----------
@@ -1596,8 +1596,8 @@ commands. Each command has the following format:
described in Paragraph 7.3.
Block type code for next distance block type, appears only
- if NBLTYPESD >= 2 and the previous distance block count
- is zero
+ if NBLTYPESD >= 2 and the previous distance block count
+ is zero
Block count code + Extra bits for next distance block
length, appears only if NBLTYPESD >= 2 and the previous