Procházet zdrojové kódy

(utf8_convert): Indentation fix.

Sergey Poznyakoff před 21 roky
rodič
revize
5282ef9709
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/utf8.c

+ 1 - 1
src/utf8.c

@@ -320,7 +320,7 @@ utf8_convert(bool to_utf, char *input, char **output)
   size_t inlen;
   size_t outlen;
   size_t rc;
-  iconv_t cd = utf8_init(to_utf);
+  iconv_t cd = utf8_init (to_utf);
 
   if (cd == 0)
     {