[Xfce4-commits] <xfce4-panel:devel> Fix indentation in launcher.c.

Nick Schermer nick at xfce.org
Tue Aug 11 20:30:49 CEST 2009


Updating branch refs/heads/devel
         to d0bf56e90aea944515156ab2e1bde68ce29214cb (commit)
       from fe4be6dbb2e4e14c9ad08816768a089461137237 (commit)

commit d0bf56e90aea944515156ab2e1bde68ce29214cb
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Mar 22 13:10:05 2009 +0100

    Fix indentation in launcher.c.

 plugins/launcher/launcher.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index 014b384..4531536 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -463,9 +463,9 @@ launcher_plugin_set_property (GObject      *object,
             xfce_panel_plugin_get_size (XFCE_PANEL_PLUGIN (plugin)));
         break;
 
-       default:
-         G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
-         break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
     }
 }
 



More information about the Xfce4-commits mailing list