Small indentation fix in order to follow the contribution rules.

This commit is contained in:
casperinous 2017-10-08 22:02:52 +03:00
parent 4f9e9dfc30
commit 9b960fa870
1 changed files with 1 additions and 1 deletions

View File

@ -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
}