From: Sergey Poznyakoff Date: Tue, 2 Mar 2004 09:35:13 +0000 (+0000) Subject: (utf8_convert): Indentation fix. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=5282ef97097ac22b7f37d7fe7eefc70717016a7a;p=chaz%2Ftar (utf8_convert): Indentation fix. --- diff --git a/src/utf8.c b/src/utf8.c index 21d81a2..abb697d 100644 --- a/src/utf8.c +++ b/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) {