From cc8bf823ec514f6ba1f59fa8d8103936fa48d070 Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Sun, 24 Jun 2012 07:43:06 -0400
Subject: Coding style and whitespace cleanup.

---
 plugins/email-custom-header/email-custom-header.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'plugins/email-custom-header/email-custom-header.c')

diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c
index a88bad4815..c683eb922c 100644
--- a/plugins/email-custom-header/email-custom-header.c
+++ b/plugins/email-custom-header/email-custom-header.c
@@ -233,8 +233,8 @@ epech_dialog_run (CustomHeaderOptionsDialog *mch,
 
 static void
 epech_load_from_settings (GSettings *settings,
-			  const gchar *key,
-			  CustomHeaderOptionsDialog *mch)
+                          const gchar *key,
+                          CustomHeaderOptionsDialog *mch)
 {
 	CustomHeaderOptionsDialogPrivate *priv;
 	EmailCustomHeaderDetails temp_header_details= {-1, -1, NULL, NULL};
-- 
cgit