[glade3] Fixed some code alignment.



commit d475acac6f858eb0449daaa7337ef00daf3fe9f0
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Thu Jan 6 16:49:37 2011 +0900

    Fixed some code alignment.

 gladeui/glade-inspector.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gladeui/glade-inspector.c b/gladeui/glade-inspector.c
index 8789bbc..42ef71c 100644
--- a/gladeui/glade-inspector.c
+++ b/gladeui/glade-inspector.c
@@ -148,12 +148,12 @@ glade_inspector_class_init (GladeInspectorClass * klass)
   object_class->set_property = glade_inspector_set_property;
   object_class->get_property = glade_inspector_get_property;
 
-        /**
-	 * GladeInspector::selection-changed:
-	 * @inspector: the object which received the signal
-	 *
-	 * Emitted when the selection changes in the GladeInspector.
-	 */
+  /**
+   * GladeInspector::selection-changed:
+   * @inspector: the object which received the signal
+   *
+   * Emitted when the selection changes in the GladeInspector.
+   */
   glade_inspector_signals[SELECTION_CHANGED] =
       g_signal_new ("selection-changed",
                     G_TYPE_FROM_CLASS (object_class),
@@ -161,12 +161,12 @@ glade_inspector_class_init (GladeInspectorClass * klass)
                     G_STRUCT_OFFSET (GladeInspectorClass, selection_changed),
                     NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
 
-        /**
-	 * GladeInspector::item-activated:
-	 * @inspector: the object which received the signal
-	 *
-	 * Emitted when a item is activated in the GladeInspector.
-	 */
+  /**
+   * GladeInspector::item-activated:
+   * @inspector: the object which received the signal
+   *
+   * Emitted when a item is activated in the GladeInspector.
+   */
   glade_inspector_signals[ITEM_ACTIVATED] =
       g_signal_new ("item-activated",
                     G_TYPE_FROM_CLASS (object_class),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]