[gnome-photos] fetch-metas-job: Style fixes



commit 618a448cd9cdc75e737902a048e783c0b69e01f5
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Apr 22 17:29:09 2016 +0200

    fetch-metas-job: Style fixes

 src/photos-fetch-metas-job.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-fetch-metas-job.c b/src/photos-fetch-metas-job.c
index 0e40bc6..51f1458 100644
--- a/src/photos-fetch-metas-job.c
+++ b/src/photos-fetch-metas-job.c
@@ -100,13 +100,15 @@ photos_fetch_metas_job_collector (PhotosFetchMetasJob *self)
 
 
 static void
-photos_fetch_metas_job_create_collection_icon_executed (GObject *source_object, GAsyncResult *res, gpointer 
user_data)
+photos_fetch_metas_job_create_collection_icon_executed (GObject *source_object,
+                                                        GAsyncResult *res,
+                                                        gpointer user_data)
 {
   GTask *task = G_TASK (user_data);
+  PhotosFetchMetasJob *self;
   GError *error = NULL;
   GIcon *icon = NULL;
   PhotosCreateCollectionIconJob *job = PHOTOS_CREATE_COLLECTION_ICON_JOB (source_object);
-  PhotosFetchMetasJob *self;
   PhotosFetchMeta *meta;
 
   self = PHOTOS_FETCH_METAS_JOB (g_task_get_source_object (task));


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