libpurple/util.c

branch
next.minor
changeset 25888
d0fdd378a635
parent 25859
b42be7bb9dac
child 26394
e97f7512b037
--- a/libpurple/util.c	Mon Jan 26 06:37:28 2009 +0000
+++ b/libpurple/util.c	Mon Jan 26 06:44:00 2009 +0000
@@ -98,7 +98,7 @@
 void
 purple_util_init(void)
 {
-	/* This does nothing right now.  It exists for symmetry with 
+	/* This does nothing right now.  It exists for symmetry with
 	 * purple_util_uninit() and forwards compatibility. */
 }
 
@@ -2693,7 +2693,7 @@
 		return FALSE;
 	}
 #endif
-    
+
 	/* Close file */
 	if (fclose(file) != 0)
 	{

mercurial