[gnome-photos] application: Style fix



commit 95b032c00a761c085f11cd2a6e494c2005fa8ec4
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jul 14 10:37:59 2016 +0200

    application: Style fix

 src/photos-application.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index d8eb834..c438f95 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -770,10 +770,7 @@ photos_application_edit_cancel (PhotosApplication *self)
   g_return_if_fail (item != NULL);
 
   g_application_hold (G_APPLICATION (self));
-  photos_base_item_operations_revert_async (item,
-                                            NULL,
-                                            photos_application_edit_cancel_process,
-                                            self);
+  photos_base_item_operations_revert_async (item, NULL, photos_application_edit_cancel_process, self);
 }
 
 


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