From: Bruno Haible Date: Sun, 13 Feb 2011 02:17:13 +0000 (+0100) Subject: Minor formatting changes. From gnulib. X-Git-Tag: v0.18.2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050333b4a137bb2d1ed0c610d967fce541139011;p=thirdparty%2Fgettext.git Minor formatting changes. From gnulib. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index b8aae741d..b688c8b59 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2010-03-25 Bruno Haible + + Minor formatting changes. + * lib/gettext.h: Insert space before function argument list. + 2010-11-20 Bruno Haible Port to uClibc. diff --git a/gnulib-local/lib/gettext.h b/gnulib-local/lib/gettext.h index 0647fc3c0..da3b017ef 100644 --- a/gnulib-local/lib/gettext.h +++ b/gnulib-local/lib/gettext.h @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - 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