acl: allow cross-compilation to Gentoo
[gnulib.git] / lib / unicase / u-totitle.h
index 431f000..4b94540 100644 (file)
@@ -1,5 +1,5 @@
 /* Titlecase mapping for UTF-8/UTF-16/UTF-32 strings (locale dependent).
-   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
@@ -21,8 +21,8 @@ FUNC (const UNIT *s, size_t n, const char *iso639_language,
       UNIT *resultbuf, size_t *lengthp)
 {
   return U_CT_TOTITLE (s, n,
-                      unicase_empty_prefix_context, unicase_empty_suffix_context,
-                      iso639_language,
-                      nf,
-                      resultbuf, lengthp);
+                       unicase_empty_prefix_context, unicase_empty_suffix_context,
+                       iso639_language,
+                       nf,
+                       resultbuf, lengthp);
 }