diff libgaim/mime.c @ 14719:2e4690852fd7

[gaim-migrate @ 17473] Fix some whitespace, some mine from one of the back before I was a developer, and some I have no real idea how it happened. Also add my IRC nick to the manpage, it seems to be a common thing. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 13 Oct 2006 00:26:54 +0000
parents 60b1bc8dbf37
children
line wrap: on
line diff
--- a/libgaim/mime.c	Thu Oct 12 23:25:36 2006 +0000
+++ b/libgaim/mime.c	Fri Oct 13 00:26:54 2006 +0000
@@ -352,7 +352,7 @@
 		*data = gaim_base16_decode(part->data->str, len);
 
 	} else if(! g_ascii_strcasecmp(enc, "base64")) {
-	*data = gaim_base64_decode(part->data->str, len);
+		*data = gaim_base64_decode(part->data->str, len);
 
 	} else if(! g_ascii_strcasecmp(enc, "quoted-printable")) {
 		*data = gaim_quotedp_decode(part->data->str, len);