소스 검색

(utf8_convert): Indentation fix.

Sergey Poznyakoff 21 년 전
부모
커밋
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)
     {