]> Dogcows Code - chaz/tar/blobdiff - src/utf8.c
(utf8_convert): Indentation fix.
[chaz/tar] / src / utf8.c
index 21d81a2ad1c179d267fb1476075969f141eea6e4..abb697db8998fd8e5c83962561016711578b6b2d 100644 (file)
@@ -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)
     {
This page took 0.019226 seconds and 4 git commands to generate.