[gnome-photos] share-notification: Style fix



commit 7b372e4e77990d5132e0ced18b17ad76b159810d
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Dec 3 15:07:35 2017 +0100

    share-notification: Style fix

 src/photos-share-notification.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-share-notification.c b/src/photos-share-notification.c
index 1a36dad..04b2efb 100644
--- a/src/photos-share-notification.c
+++ b/src/photos-share-notification.c
@@ -103,7 +103,7 @@ photos_share_notification_open (PhotosShareNotification *self)
   time = gtk_get_current_event_time ();
 
   {
-    g_autoptr(GError) error = NULL;
+    g_autoptr (GError) error = NULL;
 
     if (!gtk_show_uri_on_window (parent, self->uri, time, &error))
       g_warning ("Failed to open uri: %s", error->message);


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