maint: update copyright
[gnulib.git] / lib / unicase / u32-is-titlecase.c
index 5b07c8d..058be64 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether an UTF-32 string is entirely title case.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 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
 u32_is_titlecase (const uint32_t *s, size_t n, const char *iso639_language,
-                 bool *resultp)
+                  bool *resultp)
 {
   return u32_is_invariant (s, n, u32_totitle, iso639_language, resultp);
 }