diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-05 12:12:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-05 12:12:09 +0800 |
commit | 1ad58c54c071f63c123985c11e16bbcc1605abe4 (patch) | |
tree | 404569f3fadb310871fd2419c894ffee040faec8 /addressbook/gui | |
parent | f1710c9a4a28132429ef945533c0a528f27a2fb8 (diff) | |
download | gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar.gz gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar.bz2 gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar.lz gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar.xz gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.tar.zst gsoc2013-evolution-1ad58c54c071f63c123985c11e16bbcc1605abe4.zip |
Whitespace cleanup.
Diffstat (limited to 'addressbook/gui')
-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; |