From e1eaf8c33fd7766151be961232f244b1ae07b91d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 3 Mar 2006 13:36:06 +0000 Subject: [PATCH] Indent. --- lib/iconvme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/iconvme.c b/lib/iconvme.c index a925402b15..943380c035 100644 --- a/lib/iconvme.c +++ b/lib/iconvme.c @@ -73,7 +73,7 @@ iconv_string (const char *str, const char *from_codeset, if (cd == (iconv_t) -1) return NULL; - dest = iconv_alloc(cd, str); + dest = iconv_alloc (cd, str); { int save_errno = errno; @@ -185,7 +185,7 @@ out: if (have_error && dest) { int save_errno = errno; - free(dest); + free (dest); errno = save_errno; dest = NULL; } -- 2.30.2