From 4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 17:52:23 +0100 Subject: loplugin: improve indentation Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee --- desktop/unx/source/splashx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/unx/source/splashx.c') diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index e231a8eb84f4..2a5f654eaee0 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -455,7 +455,7 @@ static void suppress_decorations(struct splash* splash) XChangeProperty( splash->display, splash->win, atom_type, XA_ATOM, 32, PropModeReplace, (unsigned char*)&atom_splash, 1 ); //else - suppress_decorations_motif(splash); // FIXME: Unconditional until Metacity/compiz's SPLASH handling is fixed + suppress_decorations_motif(splash); // FIXME: Unconditional until Metacity/compiz's SPLASH handling is fixed } // Create the window -- cgit