[evolution-ews] Cosmetic: Fix identation



commit ad2f158f8e704432d1751c83187d01c300158839
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Fri May 31 02:41:14 2013 +0200

    Cosmetic: Fix identation
    
     with '#' will be ignored, and an empty message aborts the commit.

 src/configuration/e-ews-ooo-notificator.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/configuration/e-ews-ooo-notificator.c b/src/configuration/e-ews-ooo-notificator.c
index d97f48d..0433d3b 100644
--- a/src/configuration/e-ews-ooo-notificator.c
+++ b/src/configuration/e-ews-ooo-notificator.c
@@ -36,16 +36,14 @@
 
 typedef gboolean (*EEwsOooNotificationDispatcherFunction) (gpointer data);
 
-struct _EEwsOooNotificatorPrivate
-{
+struct _EEwsOooNotificatorPrivate {
        EShell *shell;
        EMailAccountStore *account_store;
        GList *stores;
        GHashTable *alerts;
 };
 
-typedef struct _EEwsOooNotificatorDispatcherData
-{
+typedef struct _EEwsOooNotificatorDispatcherData {
        EEwsOooNotificator *extension;
        CamelEwsStore *ews_store;
        guint timeout_id;


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