]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove trailing whitespace.
authorBruno Haible <bruno@clisp.org>
Tue, 2 May 2006 12:36:11 +0000 (12:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:13 +0000 (12:13 +0200)
gettext-tools/lib/classpath.c
gettext-tools/lib/hash.c
gettext-tools/lib/vasprintf.c

index 8f6d6b874edaaa471a219fbb2ebc231d32c0efb4..1cbc14b1dcd3466cb955bb11ac7efed72d06d304 100644 (file)
@@ -41,7 +41,7 @@
 # define PATH_SEPARATOR ';'
 #else
   /* Unix */
-# define PATH_SEPARATOR ':' 
+# define PATH_SEPARATOR ':'
 #endif
 
 /* Return the new CLASSPATH value.  The given classpaths are prepended to
index 9582ca8278cb1b1965b2cf00effbdaab78feb4b4..792610247cb5cb4cf591954c2a324bd9a78592c6 100644 (file)
@@ -23,7 +23,7 @@
 /* Specification.  */
 #include "hash.h"
 
-#include <stdlib.h> 
+#include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <limits.h>
index 53d6ec02d0bd37f20189b21d5141bd507c539007..f2c6138b991ae1886dcd5398636d2dfc69fcded2 100644 (file)
@@ -136,7 +136,7 @@ asprintf (char **result, const char *format, ...)
   va_end (args);
 
   return done;
-} 
+}
 
 /* ========================= test program ========================= */