Browse Source

(utf8_convert): Indentation fix.

Sergey Poznyakoff 21 năm trước cách đây
mục cha
commit
5282ef9709
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     {