From e7954c3f251aabbf95d099159709c8c66dfedc44 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 4 Jun 2011 15:53:10 -0500 Subject: Coding style and whitespace cleanups. --- smclient/eggsmclient-xsmp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'smclient/eggsmclient-xsmp.c') diff --git a/smclient/eggsmclient-xsmp.c b/smclient/eggsmclient-xsmp.c index 97d035d50f..c643284701 100644 --- a/smclient/eggsmclient-xsmp.c +++ b/smclient/eggsmclient-xsmp.c @@ -533,7 +533,10 @@ sm_client_xsmp_end_session (EggSMClient *client, else save_type = SmSaveGlobal; - g_debug ("Sending SaveYourselfRequest(SmSaveGlobal, Shutdown, SmInteractStyleAny, %sFast)", request_confirmation ? "!" : ""); + g_debug ( + "Sending SaveYourselfRequest(" + "SmSaveGlobal, Shutdown, SmInteractStyleAny, %sFast)", + request_confirmation ? "!" : ""); SmcRequestSaveYourself (xsmp->connection, save_type, True, /* shutdown */ -- cgit v1.2.3