aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/camel-gw-listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-account-setup/camel-gw-listener.h')
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.h b/plugins/groupwise-account-setup/camel-gw-listener.h
index c9a6a966f6..e09369fd58 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.h
+++ b/plugins/groupwise-account-setup/camel-gw-listener.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Authors :
- *
+ *
* Sivaiah Nallagatla <snallagatla@novell.com>
*
* Copyright 2003, Novell, Inc.
@@ -28,7 +28,7 @@
#include<libedataserver/e-source.h>
#include<libedataserver/e-source-list.h>
#include <camel/camel-url.h>
-
+
G_BEGIN_DECLS
#define CAMEL_TYPE_GW_LISTENER (camel_gw_listener_get_type ())
@@ -42,12 +42,12 @@ typedef struct _CamelGwListenerClass CamelGwListenerClass;
typedef struct _CamelGwListenerPrivate CamelGwListenerPrivate;
struct _CamelGwListener {
GObject parent;
-
+
CamelGwListenerPrivate *priv;
};
struct _CamelGwListenerClass {
- GObjectClass parent_class;
+ GObjectClass parent_class;
};
GType camel_gw_listener_get_type (void);