From eb29179da623f9cf4abd663577395a085452ca18 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 11 Jul 2010 11:31:15 -0400 Subject: Coding style and whitespace cleanup. --- e-util/e-unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-unicode.c') diff --git a/e-util/e-unicode.c b/e-util/e-unicode.c index 7a8fe696a8..1d792f15ad 100644 --- a/e-util/e-unicode.c +++ b/e-util/e-unicode.c @@ -84,7 +84,7 @@ e_utf8_from_iconv_string_sized (iconv_t ic, const gchar *string, gint bytes) /* iso-8859-1 */ ib = (gchar *) string; new = ob = (gchar *)g_new (unsigned char, bytes * 2 + 1); - for (i = 0; i < (bytes); i ++) { + for (i = 0; i < (bytes); i++) { ob += e_unichar_to_utf8 (ib[i], ob); } *ob = '\0'; -- cgit v1.2.3