diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 12:30:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 13:16:42 +0800 |
commit | 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (patch) | |
tree | 0211046a4e44ba2a0e82b1c1ce8f9a903552f979 /mail/e-mail-pane.c | |
parent | 13cf1d104bbacffaf09393678c12a7efadd53139 (diff) | |
download | gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.gz gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.zst gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/e-mail-pane.c')
-rw-r--r-- | mail/e-mail-pane.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/e-mail-pane.c b/mail/e-mail-pane.c index 879a90bce1..e58a645eec 100644 --- a/mail/e-mail-pane.c +++ b/mail/e-mail-pane.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -24,12 +24,10 @@ # include <config.h> #endif - #include <glib.h> #include <glib/gi18n.h> #include "e-mail-pane.h" - G_DEFINE_TYPE (EMailPane, e_mail_pane, GTK_TYPE_VBOX) enum { @@ -72,4 +70,3 @@ e_mail_pane_class_init (EMailPaneClass *klass) } - |