From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- extra/locale/gen_locale.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/locale/gen_locale.c') diff --git a/extra/locale/gen_locale.c b/extra/locale/gen_locale.c index b44be318e..31df4156e 100644 --- a/extra/locale/gen_locale.c +++ b/extra/locale/gen_locale.c @@ -281,12 +281,12 @@ static void read_at_mappings(void) #if 0 { p = at_strings; - + if (!*p) { printf("no @ strings\n"); return; } - + do { printf("%s\n", p+1); p += 1 + (unsigned char) *p; @@ -469,7 +469,7 @@ static void read_locale_list(void) printf("ignoring UTF-8 locale %s\n", ln); *line_buf = 0; continue; - } else if ((i > 2) && !default_8bit) { + } else if ((i > 2) && !default_8bit) { printf("ignoring 8-bit codeset locale %s\n", ln); *line_buf = 0; continue; @@ -503,7 +503,7 @@ static void read_locale_list(void) printf("ignoring UTF-8 locale %s\n", ln); *line_buf = 0; continue; - } else if ((i > 2) && !default_8bit) { + } else if ((i > 2) && !default_8bit) { printf("ignoring 8-bit codeset locale %s\n", ln); *line_buf = 0; continue; -- cgit v1.2.3