From: Bruno Haible Date: Tue, 15 Jan 2002 13:03:07 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: v0.11~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452ba763333b6f247b5f39f3f922020c69bef65e;p=thirdparty%2Fgettext.git Remove trailing whitespace. --- diff --git a/src/format-lisp.c b/src/format-lisp.c index deba63c20..a09eefbd0 100644 --- a/src/format-lisp.c +++ b/src/format-lisp.c @@ -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; diff --git a/src/msgfilter.c b/src/msgfilter.c index b6781be8e..fdca4bdbf 100644 --- a/src/msgfilter.c +++ b/src/msgfilter.c @@ -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() diff --git a/src/msginit.c b/src/msginit.c index 83461ac92..453f00aa6 100644 --- a/src/msginit.c +++ b/src/msginit.c @@ -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)); diff --git a/src/urlget.c b/src/urlget.c index 6d18392c5..356410bce 100644 --- a/src/urlget.c +++ b/src/urlget.c @@ -45,7 +45,7 @@ #define _(str) gettext (str) -#ifndef STDOUT_FILENO +#ifndef STDOUT_FILENO # define STDOUT_FILENO 1 #endif diff --git a/src/x-elisp.c b/src/x-elisp.c index 7f9606b9c..46ef3e3e5 100644 --- a/src/x-elisp.c +++ b/src/x-elisp.c @@ -43,7 +43,7 @@ # define ALERT_CHAR '\a' #else # define ALERT_CHAR '\7' -#endif +#endif /* Summary of Emacs Lisp syntax: diff --git a/src/x-librep.c b/src/x-librep.c index d2f2e1680..05d8f6e7c 100644 --- a/src/x-librep.c +++ b/src/x-librep.c @@ -43,7 +43,7 @@ # define ALERT_CHAR '\a' #else # define ALERT_CHAR '\7' -#endif +#endif /* Summary of librep syntax: