Преглед на файлове

Small indentation fix in order to follow the contribution rules.

casperinous преди 8 години
родител
ревизия
9b960fa870
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
 }