From e32686c10a4f4fe7c34b181845220b5c491f32fb Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 9 Feb 2009 14:56:31 -0300 Subject: whitespace cleanup: 's/ +$//g' --- src/decode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 8b8d9081..1207d68d 100644 --- a/src/decode.c +++ b/src/decode.c @@ -244,7 +244,7 @@ Decode *a_Decode_content_init(const char *format) MSG("Content-Encoding '%s' not recognized.\n", format); } } - return dc; + return dc; } /* @@ -294,7 +294,7 @@ Decode *a_Decode_charset_init(const char *format) MSG("Unable to convert from character encoding: '%s'\n", format); } } - return dc; + return dc; } /* -- cgit v1.2.3