mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
test_gnc_setlocale: use trailing whitespaces
This commit is contained in:
parent
784b6c9448
commit
31c0fed1dc
@ -486,11 +486,11 @@ test_gnc_setlocale (int category, gchar *locale)
|
||||
if (localeval != NULL)
|
||||
return;
|
||||
}
|
||||
g_fprintf (stderr, "There are some differences between distros in the way they name"
|
||||
" locales, and this can cause trouble with the locale-based"
|
||||
" formatting. If you get the assert in this function, run locale -a"
|
||||
" and make sure that en_US, en_GB, and fr_FR are installed and that"
|
||||
" if a suffix is needed it's in the suffixes array.");
|
||||
g_fprintf (stderr, "There are some differences between distros in the way they name "
|
||||
"locales, and this can cause trouble with the locale-based "
|
||||
"formatting. If you get the assert in this function, run locale -a "
|
||||
"and make sure that en_US, en_GB, and fr_FR are installed and that "
|
||||
"if a suffix is needed it's in the suffixes array.");
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
/* timespecCanonicalDayTime
|
||||
|
Loading…
Reference in New Issue
Block a user