Reformat: delete trailing whitespace
[yaz-moved-to-github.git] / util / yaziconv.c
index b06cd8f..5bdd488 100644 (file)
@@ -78,7 +78,7 @@ void convert(FILE *inf, yaz_iconv_t cd, int verbose)
                 return ;
             }
             else if (e == YAZ_ICONV_EINVAL) /* incomplete input */
-            { 
+            {
                 size_t i;
                 for (i = 0; i<inbytesleft; i++)
                     inbuf0[i] = inbuf[i];