DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.83k stars 3.22k forks source link

Fix indentation (should use spaces) #814

Closed DL6ER closed 6 months ago

DL6ER commented 10 months ago

This was "broken" almost two years ago: https://github.com/DaveGamble/cJSON/commit/d321fa9e6e574ff93518f6384865b9af0a4a4afc

I just noticed it when updating cJSON 1.7.15 -> 1.7.17 in our project here and saw the indentation is off (we use the default GNU tabsize of 8): grafik

https://github.com/pi-hole/FTL/pull/1843