[gnome-photos] utils: Remove stray newline



commit 751ae6a4781a61a11fe802e37b10ff90d10c19a9
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Oct 5 11:19:52 2016 +0200

    utils: Remove stray newline

 src/photos-utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-utils.c b/src/photos-utils.c
index e5d554e..bf8c0b9 100644
--- a/src/photos-utils.c
+++ b/src/photos-utils.c
@@ -1042,7 +1042,6 @@ photos_utils_file_create_create (GObject *source_object, GAsyncResult *res, gpoi
   stream = g_file_create_finish (file, res, &error);
   if (error != NULL)
     {
-
       if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS))
         {
           g_task_return_error (task, error);


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