From: Bruno Haible Date: Sat, 10 Jan 2004 00:49:44 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: v0.14~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a2d8ac52d717c3d5a5bdf37f690018d954b78a;p=thirdparty%2Fgettext.git Remove trailing whitespace. --- diff --git a/gettext-tools/src/format-perl.c b/gettext-tools/src/format-perl.c index 71711d764..3111727d5 100644 --- a/gettext-tools/src/format-perl.c +++ b/gettext-tools/src/format-perl.c @@ -393,7 +393,7 @@ format_parse (const char *format, char **invalid_reason) size = FAT_SIZE_PTR; format++; } - } + } switch (*format) { diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c index 00c1692ad..1479ba6a4 100644 --- a/gettext-tools/src/msgcmp.c +++ b/gettext-tools/src/msgcmp.c @@ -323,7 +323,7 @@ compare (const char *fn1, const char *fn2) for (j = 0; j < mlp->nitems; j++) if (mlp->item[j]->msgid[0] == '\0' /* && !mlp->item[j]->obsolete */) { - const char *header = mlp->item[j]->msgstr; + const char *header = mlp->item[j]->msgstr; if (header != NULL) { diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index 5e2b610ab..0d77a137c 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -1121,7 +1121,7 @@ merge (const char *fn1, const char *fn2, msgdomain_list_ty **defp) for (j = 0; j < mlp->nitems; j++) if (mlp->item[j]->msgid[0] == '\0' && !mlp->item[j]->obsolete) { - const char *header = mlp->item[j]->msgstr; + const char *header = mlp->item[j]->msgstr; if (header != NULL) { diff --git a/gettext-tools/src/read-properties.c b/gettext-tools/src/read-properties.c index eac198fb2..fb90f0c5f 100644 --- a/gettext-tools/src/read-properties.c +++ b/gettext-tools/src/read-properties.c @@ -355,7 +355,7 @@ conv_from_java (char *string) static char * read_escaped_string (bool in_key) { - static unsigned short *buffer; + static unsigned short *buffer; static size_t bufmax; static size_t buflen; int c; diff --git a/gettext-tools/src/write-po.c b/gettext-tools/src/write-po.c index 54a9f94e4..201aa38b6 100644 --- a/gettext-tools/src/write-po.c +++ b/gettext-tools/src/write-po.c @@ -1095,7 +1095,7 @@ msgdomain_list_print (msgdomain_list_ty *mdlp, const char *filename, _("message catalog has plural form translations, but the output format does not support them.")); error_with_progname = true; } - } + } } /* Open the output file. */ diff --git a/gettext-tools/src/write-tcl.c b/gettext-tools/src/write-tcl.c index b75287d77..77bab591c 100644 --- a/gettext-tools/src/write-tcl.c +++ b/gettext-tools/src/write-tcl.c @@ -187,7 +187,7 @@ but the Tcl message catalog format doesn't support plural handling\n"))); } file_name = concatenated_pathname (directory, frobbed_locale_name, ".msg"); - + output_file = fopen (file_name, "w"); if (output_file == NULL) {