aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-04 00:08:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-04 01:29:20 +0800
commit9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1 (patch)
treeaa1d53c8cedef6dc09455fbadd4b63216f9b7228 /e-util
parentc9c3c3be92f3dbf133a5b1b42fb55905a1060d0e (diff)
downloadgsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar.gz
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar.bz2
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar.lz
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar.xz
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.tar.zst
gsoc2013-evolution-9675f18d915fcbae59dd4b32b8a2ff36b3d27cc1.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-alert.c1
-rw-r--r--e-util/e-alert.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-alert.c b/e-util/e-alert.c
index 65ab57bd8f..ced83ddc0e 100644
--- a/e-util/e-alert.c
+++ b/e-util/e-alert.c
@@ -488,7 +488,6 @@ alert_finalize (GObject *object)
G_OBJECT_CLASS (e_alert_parent_class)->finalize (object);
}
-
static void
e_alert_class_init (EAlertClass *class)
{
diff --git a/e-util/e-alert.h b/e-util/e-alert.h
index 7b07970361..fe705c5036 100644
--- a/e-util/e-alert.h
+++ b/e-util/e-alert.h
@@ -30,7 +30,7 @@
/* Standard GObject macros */
#define E_TYPE_ALERT \
- (e_alert_get_type())
+ (e_alert_get_type ())
#define E_ALERT(obj) \
(G_TYPE_CHECK_INSTANCE_CAST \
((obj), E_TYPE_ALERT, EAlert))