4
0
Эх сурвалжийг харах

(utf8_convert): Indentation fix.

Sergey Poznyakoff 21 жил өмнө
parent
commit
5282ef9709
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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)
     {