CCL: fix use of "term" field in sub queries
[yaz-moved-to-github.git] / src / icu_casemap.c
index f75381e..bd714f1 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2011 Index Data
+ * Copyright (C) 1995-2012 Index Data
  * See the file LICENSE for details.
  */
 
@@ -73,7 +73,7 @@ int icu_casemap_casemap(struct icu_casemap * casemap,
                         UErrorCode *status,
                         const char *locale)
 {
-    if(!casemap)
+    if (!casemap)
         return 0;
     
     return icu_utf16_casemap(dest16, src16, locale,