# HG changeset patch # User Richard Laager # Date 1179353741 0 # Node ID 60ca4431f8674fea10d7a10f1c55906230a42dc9 # Parent 9d5121f2ab5dbbc190d4ee4f629e5e4a04953059 Whitespace fix in the dbus_uniq code. diff -r 9d5121f2ab5d -r 60ca4431f867 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Wed May 16 20:00:20 2007 +0000 +++ b/pidgin/gtkmain.c Wed May 16 22:15:41 2007 +0000 @@ -734,7 +734,7 @@ #ifdef HAVE_SIGNAL_H g_free(segfault_message); #endif - return 0 ; + return 0; }