From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- locale/programs/ld-identification.c | 2 +- locale/programs/ld-time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/programs') diff --git a/locale/programs/ld-identification.c b/locale/programs/ld-identification.c index 2589675390..4b03fb6987 100644 --- a/locale/programs/ld-identification.c +++ b/locale/programs/ld-identification.c @@ -144,7 +144,7 @@ No definition for %s category found"), "LC_IDENTIFICATION")); { \ if (verbose && ! nothing) \ WITH_CUR_LOCALE (error (0, 0, _("%s: field `%s' not defined"), \ - "LC_IDENTIFICATION", #cat)); \ + "LC_IDENTIFICATION", #cat)); \ identification->cat = ""; \ } diff --git a/locale/programs/ld-time.c b/locale/programs/ld-time.c index 45e36c6719..d3646b8717 100644 --- a/locale/programs/ld-time.c +++ b/locale/programs/ld-time.c @@ -1040,7 +1040,7 @@ time_read (struct linereader *ldfile, struct localedef_t *result, time->cat[cnt] = ""; \ time->w##cat[cnt++] = empty_wstr; \ } \ - \ + \ if (now->tok == tok_semicolon) \ { \ now = lr_token (ldfile, charmap, result, repertoire, \ -- cgit v1.2.3