Date: Wed, 9 Feb 2022 00:48:20 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4a978de48b74 - stable/13 - lnumeric.c: replace some space*8 by tabs Message-ID: <202202090048.2190mKjb084005@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4a978de48b7420ec7a17c831ce1402d4d36ca734 commit 4a978de48b7420ec7a17c831ce1402d4d36ca734 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-02-03 18:53:31 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-02-09 00:42:46 +0000 lnumeric.c: replace some space*8 by tabs (cherry picked from commit 529575be27c13dd64c10b4c917ce41ccc08937c3) --- lib/libc/locale/lnumeric.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/locale/lnumeric.c b/lib/libc/locale/lnumeric.c index c75568989c89..86b788d315ee 100644 --- a/lib/libc/locale/lnumeric.c +++ b/lib/libc/locale/lnumeric.c @@ -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)); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202090048.2190mKjb084005>