From: Bruno Haible Date: Fri, 9 Mar 2001 13:25:18 +0000 (+0000) Subject: Nop (coding style). X-Git-Tag: v0.10.36~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2456639581b563a476652f649412968f45dd9a5;p=thirdparty%2Fgettext.git Nop (coding style). --- diff --git a/src/gettext.c b/src/gettext.c index 9692b50be..18a2b6534 100644 --- a/src/gettext.c +++ b/src/gettext.c @@ -67,7 +67,7 @@ static void usage PARAMS ((int __status)) __attribute__ ((noreturn)) #endif ; -static const char *expand_escape PARAMS((const char *__str)); +static const char *expand_escape PARAMS ((const char *__str)); int main (argc, argv) diff --git a/src/msgcmp.c b/src/msgcmp.c index 40fc2370e..e46db620e 100644 --- a/src/msgcmp.c +++ b/src/msgcmp.c @@ -428,9 +428,9 @@ grammar (filename) po_ty *pop; message_list_ty *mlp; - pop = po_alloc(&compare_methods); - po_scan(pop, filename); + pop = po_alloc (&compare_methods); + po_scan (pop, filename); mlp = ((compare_class_ty *)pop)->mlp; - po_free(pop); + po_free (pop); return mlp; }