]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Minor formatting changes. From gnulib.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Feb 2011 02:17:13 +0000 (03:17 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:46 +0000 (23:39 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/gettext.h

index b8aae741dc0246f6641f92dcbc069a6e632101c7..b688c8b592845314760bb30e099ed4c7f4ccd218 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-25  Bruno Haible  <bruno@clisp.org>
+
+       Minor formatting changes.
+       * lib/gettext.h: Insert space before function argument list.
+
 2010-11-20  Bruno Haible  <bruno@clisp.org>
 
        Port to uClibc.
index 0647fc3c0afe78694ea90b0eedd1e14c4fd9ccb7..da3b017efb4b5e99f728a5b179e2b82f253a212e 100644 (file)
@@ -1,5 +1,5 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-   Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2010 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
@@ -81,7 +81,7 @@
     ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
 # undef dcngettext
 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
-    ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
+    ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
 # undef textdomain
 # define textdomain(Domainname) ((const char *) (Domainname))
 # undef bindtextdomain