Skip to content

Commit

Permalink
Fix indentation derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Mar 19, 2018
1 parent 8183935 commit 00643ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kosinski+/Kosinski+.impl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ internal static void Decode(Stream source, Stream destination)
internal static void DecodeModuled(Stream source, Stream destination)
{
long decompressedBytes = 0;
long fullSize = BigEndian.Read2(source);
long fullSize = BigEndian.Read2(source);

for (; ; )
{
Expand Down

0 comments on commit 00643ae

Please sign in to comment.