From: Bruno Haible Date: Sun, 4 Nov 2018 18:29:29 +0000 (+0100) Subject: Whitespace changes. X-Git-Tag: v0.20~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0859ee042b17b6bd8df1792883f83024cad06b;p=thirdparty%2Fgettext.git Whitespace changes. * gettext-tools/src/cldr-plural-exp.h: Add a blank line. * gettext-tools/src/locating-rule.h: Correct indentation. --- diff --git a/gettext-tools/src/cldr-plural-exp.h b/gettext-tools/src/cldr-plural-exp.h index a31ef05ae..2e5d82296 100644 --- a/gettext-tools/src/cldr-plural-exp.h +++ b/gettext-tools/src/cldr-plural-exp.h @@ -1,5 +1,5 @@ /* Unicode CLDR plural rule parser and converter - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015, 2018 Free Software Foundation, Inc. This file was written by Daiki Ueno , 2015. @@ -134,6 +134,7 @@ extern void cldr_plural_rule_list_free (struct cldr_plural_rule_list_ty *rules); extern void cldr_plural_rule_list_print (struct cldr_plural_rule_list_ty *rules, FILE *fp); + #ifdef __cplusplus } #endif diff --git a/gettext-tools/src/locating-rule.h b/gettext-tools/src/locating-rule.h index d0000a94b..7a6e2b3a8 100644 --- a/gettext-tools/src/locating-rule.h +++ b/gettext-tools/src/locating-rule.h @@ -1,5 +1,5 @@ /* XML resource locating rules - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015, 2018 Free Software Foundation, Inc. This file was written by Daiki Ueno , 2015. @@ -32,7 +32,7 @@ extern struct locating_rule_list_ty *locating_rule_list_alloc (void); extern bool locating_rule_list_add_from_directory (locating_rule_list_ty *rules, - const char *directory); + const char *directory); /* Determines the location of resource associated with FILENAME, accoding to the loaded locating rules. */