[gtk+] uimanager: Correctly indent code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] uimanager: Correctly indent code
- Date: Thu, 25 Aug 2016 21:02:51 +0000 (UTC)
commit c8b301f1ea24ed4958af114c4cd30530de3ccc5b
Author: Benjamin Otte <otte redhat com>
Date: Thu Aug 25 21:05:25 2016 +0200
uimanager: Correctly indent code
gtk/deprecated/gtkuimanager.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c
index e990a6c..9eea97b 100644
--- a/gtk/deprecated/gtkuimanager.c
+++ b/gtk/deprecated/gtkuimanager.c
@@ -1267,16 +1267,16 @@ get_child_node (GtkUIManager *manager,
NODE_INFO (child)->name,
NODE_INFO (child)->type);
- if (node_is_dead (child))
- {
- /* This node was removed but is still dirty so
- * it is still in the tree. We want to treat this
- * as if it didn't exist, which means we move it
- * to the position it would have been created at.
- */
- g_node_unlink (child);
- goto insert_child;
- }
+ if (node_is_dead (child))
+ {
+ /* This node was removed but is still dirty so
+ * it is still in the tree. We want to treat this
+ * as if it didn't exist, which means we move it
+ * to the position it would have been created at.
+ */
+ g_node_unlink (child);
+ goto insert_child;
+ }
return child;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]