[gnome-todo] panel: Style cleanup



commit 90bd0340dfde35b2e208f396684b4fc8997e1258
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Jun 8 22:57:58 2019 -0300

    panel: Style cleanup

 src/interfaces/gtd-panel.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/interfaces/gtd-panel.h b/src/interfaces/gtd-panel.h
index e69735f..49cb02c 100644
--- a/src/interfaces/gtd-panel.h
+++ b/src/interfaces/gtd-panel.h
@@ -41,13 +41,13 @@ struct _GtdPanelInterface
 
   const GMenu*       (*get_menu)                           (GtdPanel        *panel);
 
-  GIcon*            (*get_icon)                            (GtdPanel        *self);
+  GIcon*             (*get_icon)                           (GtdPanel        *self);
 
-  GtkPopover*       (*get_popover)                         (GtdPanel        *self);
+  GtkPopover*        (*get_popover)                        (GtdPanel        *self);
 
-  guint32           (*get_priority)                        (GtdPanel        *self);
+  guint32            (*get_priority)                       (GtdPanel        *self);
 
-  gchar*            (*get_subtitle)                        (GtdPanel        *self);
+  gchar*             (*get_subtitle)                       (GtdPanel        *self);
 };
 
 const gchar*         gtd_panel_get_panel_name                    (GtdPanel           *panel);


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