[epiphany] EphyNodeDb: Spaces problems.
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] EphyNodeDb: Spaces problems.
- Date: Wed, 16 Dec 2015 13:07:48 +0000 (UTC)
commit 08a2598c4d8ec3ed10eb216c41949b754e6472e4
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Dec 10 17:53:17 2015 +0100
EphyNodeDb: Spaces problems.
https://bugzilla.gnome.org/show_bug.cgi?id=759401
lib/ephy-node-db.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/lib/ephy-node-db.c b/lib/ephy-node-db.c
index 269411a..a911b1e 100644
--- a/lib/ephy-node-db.c
+++ b/lib/ephy-node-db.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2002 Jorn Baayen <jorn nl linux org>
* Copyright © 2003 Marco Pesenti Gritti
* Copyright © 2003 Christian Persch
@@ -94,8 +94,8 @@ ephy_node_db_set_property (GObject *object,
static void
ephy_node_db_free_func (EphyNode *node)
{
- if (node)
- ephy_node_unref (node);
+ if (node)
+ ephy_node_unref (node);
}
static void
@@ -318,8 +318,8 @@ ephy_node_db_load_from_file (EphyNodeDb *db,
if (subtree != NULL)
{
ephy_node_new_from_xml (db, subtree);
- }
-
+ }
+
skip = TRUE;
}
else if (xmlStrEqual (name, xml_root)
@@ -412,9 +412,9 @@ ephy_node_db_write_to_xml_valist (EphyNodeDb *db,
for (i = 0; i < children->len; i++)
{
EphyNode *kid;
-
+
kid = g_ptr_array_index (children, i);
-
+
if (!filter || filter (kid, user_data))
{
ret = ephy_node_write_to_xml (kid, writer);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]