powturbo / TurboPFor-Integer-Compression

Fastest Integer Compression
GNU General Public License v2.0
770 stars 112 forks source link

Fix misleading indentation #123

Open pps83 opened 8 months ago

pps83 commented 8 months ago

Fixes the following warning with clang:

1>../../vsimple.c(456,45): warning : misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
pps83 commented 8 months ago

these fixes were merged long time ago, but were somehow reverted