From 143cb3d60b8331da34875fac10ef8b58452d9914 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Fri, 17 Oct 2008 07:25:18 +0100 Subject: [PATCH] white space tweaks --- src/compositor/mutter/plugins/default.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compositor/mutter/plugins/default.c b/src/compositor/mutter/plugins/default.c index bfdaf4589..259b73198 100644 --- a/src/compositor/mutter/plugins/default.c +++ b/src/compositor/mutter/plugins/default.c @@ -332,7 +332,7 @@ on_minimize_effect_complete (ClutterActor *actor, gpointer data) mutter_plugin.running--; /* Now notify the manager that we are done with this effect */ mutter_plugin_effect_completed (&mutter_plugin, mc_window, - MUTTER_PLUGIN_MINIMIZE); + MUTTER_PLUGIN_MINIMIZE); } /* @@ -397,7 +397,7 @@ on_maximize_effect_complete (ClutterActor *actor, gpointer data) /* Now notify the manager that we are done with this effect */ mutter_plugin_effect_completed (&mutter_plugin, mc_window, - MUTTER_PLUGIN_MAXIMIZE); + MUTTER_PLUGIN_MAXIMIZE); } /* @@ -564,7 +564,7 @@ on_destroy_effect_complete (ClutterActor *actor, gpointer data) mutter_plugin.running--; mutter_plugin_effect_completed (plugin, mc_window, - MUTTER_PLUGIN_DESTROY); + MUTTER_PLUGIN_DESTROY); } /*