Update some comments
[pspp-builds.git] / src / libpspp / i18n.c
index fb3973f437bb737d0ba53011596da1f844588509..64aa005612627bbc223b155abc5075e8c32e9186 100644 (file)
@@ -68,7 +68,7 @@ create_iconv (const char* tocode, const char* fromcode)
   converter->fromcode = xstrdup (fromcode);
   converter->conv = iconv_open (tocode, fromcode);
   hmapx_insert (&map, converter, hash);
-  
+
   /* I don't think it's safe to translate this string or to use messaging
      as the convertors have not yet been set up */
   if ( (iconv_t) -1 == converter->conv && 0 != strcmp (tocode, fromcode))