]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Whitespace changes.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2018 18:29:29 +0000 (19:29 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Nov 2018 18:29:29 +0000 (19:29 +0100)
* gettext-tools/src/cldr-plural-exp.h: Add a blank line.
* gettext-tools/src/locating-rule.h: Correct indentation.

gettext-tools/src/cldr-plural-exp.h
gettext-tools/src/locating-rule.h

index a31ef05ae1e528e2a65863f710a3d9fab9b64479..2e5d8229628beb191f7f7ae4fd97a1272e4af85b 100644 (file)
@@ -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 <ueno@gnu.org>, 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
index d0000a94be7feeb2a2a2324295fe454c4eb1ca47..7a6e2b3a899506dd72a9836c25d8bce045998819 100644 (file)
@@ -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 <ueno@gnu.org>, 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.  */