[gnome-builder] notification: whitespace cleanup



commit 92a5b5b6fd4de50512ff1aec305c7bb4f21ce0ec
Author: Christian Hergert <chergert redhat com>
Date:   Fri May 10 10:05:08 2019 -0700

    notification: whitespace cleanup

 src/plugins/notification/ide-notification-addin.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/plugins/notification/ide-notification-addin.c 
b/src/plugins/notification/ide-notification-addin.c
index d80f6ee29..2dc4a2e50 100644
--- a/src/plugins/notification/ide-notification-addin.c
+++ b/src/plugins/notification/ide-notification-addin.c
@@ -30,12 +30,12 @@
 
 struct _IdeNotificationAddin
 {
-  IdeObject        parent_instance;
-  IdeNotification *notif;
-  gchar           *last_msg_body;
-  IdePipelinePhase    requested_phase;
-  gint64           last_time;
-  guint            supress : 1;
+  IdeObject         parent_instance;
+  IdeNotification  *notif;
+  gchar            *last_msg_body;
+  IdePipelinePhase  requested_phase;
+  gint64            last_time;
+  guint             supress : 1;
 };
 
 static void addin_iface_init (IdePipelineAddinInterface *iface);


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