]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove trailing whitespace.
authorBruno Haible <bruno@clisp.org>
Tue, 15 Jan 2002 13:03:07 +0000 (13:03 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:00:46 +0000 (01:00 +0200)
src/format-lisp.c
src/msgfilter.c
src/msginit.c
src/urlget.c
src/x-elisp.c
src/x-librep.c

index deba63c20a6f0376b439edf02722ecb79d28946b..a09eefbd0b8501b2020e51266a2a83689bee05fb 100644 (file)
@@ -944,7 +944,7 @@ initial_splitelement (list, n)
 
   return s+1;
 }
-    
+
 
 /* Ensure index n in the initial segment is not shared.  Return its index.  */
 /* Memory effects: list is destructively modified.  */
@@ -2272,7 +2272,7 @@ make_repeated_list (sublist, period)
       /* p := lcm (period, period of L)  */
       unsigned int Lp = sublist->repeated.length;
       unsigned int m = period / gcd (period, Lp); /* = lcm(period,Lp) / Lp */
-      
+
       unfold_loop (sublist, m);
       p = m * Lp;
 
index b6781be8e5133bdfde97c8611d877dbbcc9c2ddd..fdca4bdbffd098dae0788be0fa8070bb8509cdf0 100644 (file)
@@ -535,7 +535,7 @@ process_string (str, len, resultp, lengthp)
 
   /* Open a bidirectional pipe to a subprocess.  */
   child = create_pipe_bidi (sub_name, sub_path, sub_argv, false, true, fd);
-     
+
   /* Enable non-blocking I/O.  This permits the read() and write() calls
      to return -1/EAGAIN without blocking; this is important for polling
      if HAVE_SELECT is not defined.  It also permits the read() and write()
index 83461ac92fc966fca24ba0815011a7a45059e516..453f00aa685b8a7af058ef5d8a7bd36c3aedc5af 100644 (file)
@@ -126,8 +126,8 @@ static const struct option long_options[] =
 static void usage PARAMS ((int status))
 #if defined __GNUC__ && ((__GNUC__ == 2 && __GNUC_MINOR__ >= 5) || __GNUC__ > 2)
      __attribute__ ((noreturn))
-#endif 
-;  
+#endif
+;
 static const char *find_pot PARAMS ((void));
 static const char *catalogname_for_locale PARAMS ((const char *locale));
 static const char *language_of_locale PARAMS ((const char *locale));
index 6d18392c57608836ad811d9d0727027f264a15d3..356410bce422924c61b41bbe981526ea093b0d46 100644 (file)
@@ -45,7 +45,7 @@
 
 #define _(str) gettext (str)
 
-#ifndef STDOUT_FILENO 
+#ifndef STDOUT_FILENO
 # define STDOUT_FILENO 1
 #endif
 
index 7f9606b9c2e684ff58e7cfa469cb8985d8ace9bd..46ef3e3e5501c87232b8ece9ea0e59152f4b2fc5 100644 (file)
@@ -43,7 +43,7 @@
 # define ALERT_CHAR '\a'
 #else
 # define ALERT_CHAR '\7'
-#endif 
+#endif
 
 
 /* Summary of Emacs Lisp syntax:
index d2f2e1680a7923bdb87e504eac2d3931a7d1f24a..05d8f6e7cf1e26c413ddea739332da4451ec4c01 100644 (file)
@@ -43,7 +43,7 @@
 # define ALERT_CHAR '\a'
 #else
 # define ALERT_CHAR '\7'
-#endif 
+#endif
 
 
 /* Summary of librep syntax: