[gnome-todo] eds: Minor style cleanups



commit 329513d33492a6ddf168e14d0c88f9e03d0cbd8d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Feb 28 00:34:08 2018 -0300

    eds: Minor style cleanups

 plugins/eds/gtd-provider-eds.c | 4 ++--
 plugins/eds/gtd-provider-goa.c | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plugins/eds/gtd-provider-eds.c b/plugins/eds/gtd-provider-eds.c
index 29a9393..29a6f47 100644
--- a/plugins/eds/gtd-provider-eds.c
+++ b/plugins/eds/gtd-provider-eds.c
@@ -227,7 +227,8 @@ on_source_removed_cb (GtdProviderEds *provider,
 
   priv->task_lists = g_list_remove (priv->task_lists, list);
 
-  /* Since all subclasses will have this signal given that they
+  /*
+   * Since all subclasses will have this signal given that they
    * are all GtdProvider implementations, it's not that bad
    * to let it stay here.
    */
@@ -538,7 +539,6 @@ on_task_list_modified_cb (ESourceRegistry *registry,
   GTD_EXIT;
 }
 
-
 static void
 on_task_list_removed_cb (ESource      *source,
                          GAsyncResult *result,
diff --git a/plugins/eds/gtd-provider-goa.c b/plugins/eds/gtd-provider-goa.c
index e0fd49b..a50a259 100644
--- a/plugins/eds/gtd-provider-goa.c
+++ b/plugins/eds/gtd-provider-goa.c
@@ -35,12 +35,14 @@ struct _GtdProviderGoa
 
 G_DEFINE_TYPE (GtdProviderGoa, gtd_provider_goa, GTD_TYPE_PROVIDER_EDS)
 
-enum {
+enum
+{
   PROP_0,
   PROP_ACCOUNT,
   N_PROPS
 };
 
+
 /*
  * GtdProviderEds overrides
  */
@@ -98,7 +100,6 @@ gtd_provider_goa_set_account (GtdProviderGoa *provider,
       g_set_object (&provider->account, account);
       g_object_notify (G_OBJECT (provider), "account");
 
-
       g_debug ("Setting up Online Account: %s (%s)",
                goa_account_get_identity (account),
                goa_account_get_id (account));


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