diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-22 22:40:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-07-24 00:06:15 +0800 |
commit | 4941d7ea79914299c81fbd39bb7c60a3201a5f25 (patch) | |
tree | dc478c1e96b89f7fa40b7a0352cc86956f296430 /smime/gui | |
parent | 002ad0610fca3476703bfd4245a1bc25584dfd24 (diff) | |
download | gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.gz gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.bz2 gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.lz gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.xz gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.zst gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'smime/gui')
-rw-r--r-- | smime/gui/certificate-manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smime/gui/certificate-manager.h b/smime/gui/certificate-manager.h index b42011d889..13a60ce161 100644 --- a/smime/gui/certificate-manager.h +++ b/smime/gui/certificate-manager.h @@ -65,7 +65,6 @@ GType e_cert_manager_config_get_type (void) G_GNUC_CONST; GtkWidget *e_cert_manager_config_new (EPreferencesWindow *window); - G_END_DECLS #endif /* _CERTIFICATE_MANAGER_H_ */ |