mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Small indentation fix in order to follow the contribution rules.
This commit is contained in:
parent
4f9e9dfc30
commit
9b960fa870
2
cJSON.c
2
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user