[gnome-photos] Add missing whitespace



commit 14849dca79c202f8903165108fc28d5880086a2a
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 5 00:12:41 2014 +0100

    Add missing whitespace

 src/photos-fetch-collection-state-job.c |    4 ++--
 src/photos-query-builder.c              |   18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/photos-fetch-collection-state-job.c b/src/photos-fetch-collection-state-job.c
index dc347bf..a4d98e4 100644
--- a/src/photos-fetch-collection-state-job.c
+++ b/src/photos-fetch-collection-state-job.c
@@ -258,8 +258,8 @@ photos_fetch_collection_state_job_new (void)
 
 void
 photos_fetch_collection_state_job_run (PhotosFetchCollectionStateJob *self,
-                               PhotosFetchCollectionStateJobCallback callback,
-                               gpointer user_data)
+                                       PhotosFetchCollectionStateJobCallback callback,
+                                       gpointer user_data)
 {
   PhotosFetchCollectionStateJobPrivate *priv = self->priv;
   GList *l;
diff --git a/src/photos-query-builder.c b/src/photos-query-builder.c
index 1daf62d..eac8331 100644
--- a/src/photos-query-builder.c
+++ b/src/photos-query-builder.c
@@ -161,15 +161,15 @@ photos_query_builder_query (PhotosSearchContextState *state,
                         "nie:dataSource(?urn) "
                         "( EXISTS { ?urn nao:hasTag nao:predefined-tag-favorite } ) "
                         "( EXISTS { ?urn nco:contributor ?contributor FILTER ( ?contributor != ?creator ) } 
) "
-                        "tracker:coalesce(nfo:fileCreated (?urn), nie:contentCreated (?urn))"
-                        "nfo:width (?urn)"
-                        "nfo:height (?urn)"
-                        "nfo:equipment (?urn)"
-                        "nmm:exposureTime (?urn)"
-                        "nmm:fnumber (?urn)"
-                        "nmm:focalLength (?urn)"
-                        "nmm:isoSpeed (?urn)"
-                        "nmm:flash (?urn)",
+                        "tracker:coalesce(nfo:fileCreated (?urn), nie:contentCreated (?urn)) "
+                        "nfo:width (?urn) "
+                        "nfo:height (?urn) "
+                        "nfo:equipment (?urn) "
+                        "nmm:exposureTime (?urn) "
+                        "nmm:fnumber (?urn) "
+                        "nmm:focalLength (?urn) "
+                        "nmm:isoSpeed (?urn) "
+                        "nmm:flash (?urn) ",
                         where_sparql,
                         tail_sparql,
                         NULL);


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