acl: allow cross-compilation to Gentoo
[gnulib.git] / lib / unicase / u16-is-uppercase.c
index 53e697f..f488db4 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether an UTF-16 string is entirely upper case.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
@@ -24,7 +24,7 @@
 
 int
 u16_is_uppercase (const uint16_t *s, size_t n, const char *iso639_language,
-                 bool *resultp)
+                  bool *resultp)
 {
   return u16_is_invariant (s, n, u16_toupper, iso639_language, resultp);
 }