Pārlūkot izejas kodu

Small indentation fix in order to follow the contribution rules.

casperinous 7 gadi atpakaļ
vecāks
revīzija
9b960fa870
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cJSON.c

+ 1 - 1
cJSON.c

@@ -197,7 +197,7 @@ static unsigned char get_decimal_point(void)
     struct lconv *lconv = localeconv();
     return (unsigned char) lconv->decimal_point[0];
 #else
-	return '.';
+    return '.';
 #endif
 }