diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:11:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:11:08 +0000 |
commit | 9228a3c2bee55f1112171a6ee9e91ca325c53049 (patch) | |
tree | e7e199645d5d50179f346248ea0e2dd3a41aaa53 | |
parent | 8a78f833d670f86302f2d0c32eb1e4357d9166ff (diff) | |
download | glibc-9228a3c2bee55f1112171a6ee9e91ca325c53049.zip glibc-9228a3c2bee55f1112171a6ee9e91ca325c53049.tar.gz glibc-9228a3c2bee55f1112171a6ee9e91ca325c53049.tar.bz2 |
Remove trailing whitespace
For some reason this causes a pre-commit check error for a copyright
date update commit, even though that commit doesn't touch anything
near the line with this whitespace.
-rw-r--r-- | locale/programs/ld-monetary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-monetary.c b/locale/programs/ld-monetary.c index 18698bb..100f58c 100644 --- a/locale/programs/ld-monetary.c +++ b/locale/programs/ld-monetary.c @@ -231,7 +231,7 @@ No definition for %s category found"), "LC_MONETARY"); currency_symbol "" mon_decimal_point "" mon_thousands_sep "" - mon_grouping "\177" i.e. CHAR_MAX + mon_grouping "\177" i.e. CHAR_MAX positive_sign "" negative_sign "" int_frac_digits -1 |