Selaa lähdekoodia

Small indentation fix in order to follow the contribution rules.

casperinous 7 vuotta sitten
vanhempi
commit
9b960fa870
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      cJSON.c

+ 1 - 1
cJSON.c

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