[tracker: 2/3] tracker-data-manager.c: fix style issue
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 2/3] tracker-data-manager.c: fix style issue
- Date: Tue, 6 Jul 2021 22:01:14 +0000 (UTC)
commit adafa1e1ba59143a56ef44618d3cbb42e35d8dc2
Author: Abanoub Ghadban <abanoub gdb gmail com>
Date: Mon Jul 5 11:56:25 2021 +0200
tracker-data-manager.c: fix style issue
src/libtracker-data/tracker-data-manager.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-manager.c b/src/libtracker-data/tracker-data-manager.c
index f3104b980..f86712c5c 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -4848,21 +4848,21 @@ tracker_data_manager_copy_graph (TrackerDataManager *manager,
/* Transfer refcounts */
tracker_db_interface_execute_query (iface,
- &inner_error,
- "INSERT OR IGNORE INTO \"%s\".Refcount "
- "SELECT ID, 0 from \"%s\".Refcount",
- destination,
- source);
+ &inner_error,
+ "INSERT OR IGNORE INTO \"%s\".Refcount "
+ "SELECT ID, 0 from \"%s\".Refcount",
+ destination,
+ source);
if (inner_error)
goto out;
tracker_db_interface_execute_query (iface,
- &inner_error,
- "UPDATE \"%s\".Refcount AS B "
- "SET Refcount = Refcount + "
- "(SELECT Refcount FROM \"%s\".Refcount AS A "
- "WHERE B.ID = A.ID)",
- destination, source);
+ &inner_error,
+ "UPDATE \"%s\".Refcount AS B "
+ "SET Refcount = Refcount + "
+ "(SELECT Refcount FROM \"%s\".Refcount AS A "
+ "WHERE B.ID = A.ID)",
+ destination, source);
out:
if (inner_error) {
g_propagate_error (error, inner_error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]