]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove trailing whitespace.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Jan 2004 00:49:44 +0000 (00:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:36 +0000 (12:11 +0200)
gettext-tools/src/format-perl.c
gettext-tools/src/msgcmp.c
gettext-tools/src/msgmerge.c
gettext-tools/src/read-properties.c
gettext-tools/src/write-po.c
gettext-tools/src/write-tcl.c

index 71711d76489d366c2a3c0960422255a37e647029..3111727d58794e194120b578ba825d93722357d7 100644 (file)
@@ -393,7 +393,7 @@ format_parse (const char *format, char **invalid_reason)
                size = FAT_SIZE_PTR;
                format++;
              }
-         }     
+         }
 
        switch (*format)
          {
index 00c1692ad69b01096a47a82b642f5627f2a8d5a0..1479ba6a46df0cb5c94fe4a579d91514f48567b1 100644 (file)
@@ -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)
                {
index 5e2b610ab52d344d49e52f3f84bd262f9d7fe2c4..0d77a137c1c53ada024c0a0a93608ff4597be53e 100644 (file)
@@ -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)
                {
index eac198fb2cdb0a7399ae98605b72c095db0403ad..fb90f0c5fb723069420df56321c4bc61102453b1 100644 (file)
@@ -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;
index 54a9f94e473e7ce7a39cfd4b5da024663b26e74f..201aa38b6449233745f38339f7c3ddae04635dfd 100644 (file)
@@ -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.  */
index b75287d77e084a1b370538d297a4daeff803342e..77bab591c9284692c1974e1658f797ffc1f54bdb 100644 (file)
@@ -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)
       {