From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- smclient/eggsmclient-xsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smclient') diff --git a/smclient/eggsmclient-xsmp.c b/smclient/eggsmclient-xsmp.c index dcaa574690..087640c331 100644 --- a/smclient/eggsmclient-xsmp.c +++ b/smclient/eggsmclient-xsmp.c @@ -851,7 +851,7 @@ save_state (EggSMClientXSMP *xsmp) for (i = 0; i < restart->len; i++) restart->pdata[i] = g_shell_quote (restart->pdata[i]); g_ptr_array_add (restart, NULL); - exec = g_strjoinv (" ", (gchar **)restart->pdata); + exec = g_strjoinv (" ", (gchar **) restart->pdata); g_strfreev ((gchar **) restart->pdata); g_ptr_array_free (restart, FALSE); -- cgit v1.2.3