From 5282ef97097ac22b7f37d7fe7eefc70717016a7a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 2 Mar 2004 09:35:13 +0000 Subject: [PATCH] (utf8_convert): Indentation fix. --- src/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.44.0