Skip to content

Commit 6da2d63

Browse files
committed
Correct indenting
1 parent 861d429 commit 6da2d63

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/Zip/Compression/InflaterDynHeader.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ public bool Decode(StreamManipulator input)
178178
return true;
179179
}
180180
}
181-
mode = LENS;
182-
goto decode_loop;
181+
mode = LENS;
182+
goto decode_loop;
183183
}
184184
}
185185
}
@@ -204,6 +204,9 @@ public InflaterHuffmanTree BuildDistTree()
204204

205205
InflaterHuffmanTree blTree;
206206

207+
/// <summary>
208+
/// The current decode mode
209+
/// </summary>
207210
int mode;
208211
int lnum, dnum, blnum, num;
209212
int repSymbol;

0 commit comments

Comments
 (0)