[gnome-online-miners/wip/facebook] src: trivial: some spaces



commit 9aa7d0bfed78fe1ae642bdcc2b90070fde7b58d5
Author: Álvaro Peña <alvaropg gmail com>
Date:   Tue Jul 23 21:36:36 2013 +0200

    src: trivial: some spaces

 src/gom-facebook-miner.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gom-facebook-miner.c b/src/gom-facebook-miner.c
index a9eac18..868d1ba 100644
--- a/src/gom-facebook-miner.c
+++ b/src/gom-facebook-miner.c
@@ -285,6 +285,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                             &resource_exists,
                                                             job->datasource_urn, identifier,
                                                             "nfo:RemoteDataObject", (const gchar *) class, 
NULL);
+
   if (*error != NULL)
     goto out;
 
@@ -317,6 +318,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:title", photo_name);
+
   if (*error != NULL)
     goto out;
 
@@ -325,6 +327,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:contentCreated", photo_created_time);
+
   if (*error != NULL)
     goto out;
 
@@ -332,6 +335,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
   contact_resource = gom_tracker_utils_ensure_contact_resource (job->connection,
                                                                 job->cancellable, error,
                                                                 job->datasource_urn, creator);
+
   if (*error != NULL)
     goto out;
 
@@ -339,6 +343,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nco:creator", contact_resource);
+
   g_free (contact_resource);
   if (*error != NULL)
     goto out;


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