diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-05 12:12:09 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:41 +0800 |
commit | 2c929064fdfe19a1102e51eefc03e4669d3842f4 (patch) | |
tree | 5b23cf04a0fb921f0558f3b11bb6fc8f7d8836f8 /addressbook | |
parent | 10dd02bce0af2248f03563c7d5d2dcffec3e6145 (diff) | |
download | gsoc2013-evolution-2c929064fdfe19a1102e51eefc03e4669d3842f4.tar.gz gsoc2013-evolution-2c929064fdfe19a1102e51eefc03e4669d3842f4.tar.zst gsoc2013-evolution-2c929064fdfe19a1102e51eefc03e4669d3842f4.zip |
Whitespace cleanup.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/widgets/eab-config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h index ef9bc0752c..3c2dabdced 100644 --- a/addressbook/gui/widgets/eab-config.h +++ b/addressbook/gui/widgets/eab-config.h @@ -31,7 +31,6 @@ #define EAB_TYPE_CONFIG (eab_config_get_type ()) #define EAB_CONFIG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EAB_TYPE_CONFIG, EABConfig)) - G_BEGIN_DECLS typedef struct _EABConfig EABConfig; |