mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
lnumeric.c: replace some space*8 by tabs
Reported by: brooks Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
87c5d39f77
commit
529575be27
@ -46,8 +46,8 @@ extern const char *__fix_locale_grouping_str(const char *);
|
||||
static char numempty[] = { CHAR_MAX, '\0' };
|
||||
|
||||
static const struct lc_numeric_T _C_numeric_locale = {
|
||||
".", /* decimal_point */
|
||||
"", /* thousands_sep */
|
||||
".", /* decimal_point */
|
||||
"", /* thousands_sep */
|
||||
numempty /* grouping */
|
||||
};
|
||||
|
||||
@ -90,7 +90,7 @@ int
|
||||
__numeric_load_locale(const char *name)
|
||||
{
|
||||
return (numeric_load_locale(&__xlocale_global_numeric,
|
||||
&__xlocale_global_locale.using_numeric_locale,
|
||||
&__xlocale_global_locale.using_numeric_locale,
|
||||
&__xlocale_global_locale.numeric_locale_changed, name));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user