From 89777f0726a0127daddd593c8a28384204cb7aaf Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Sun, 13 May 2012 09:15:42 -0400
Subject: Whitespace cleanups.

---
 mail/e-http-request.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'mail/e-http-request.c')

diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index ba8b1f5a13..a8417efb95 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -32,7 +32,6 @@
 
 #include "em-format-html.h"
 
-
 #define d(x)
 
 #define E_HTTP_REQUEST_GET_PRIVATE(obj) \
@@ -168,8 +167,8 @@ http_request_finished (SoupRequest *request,
 
 static gssize
 copy_stream_to_stream (CamelStream *input,
-		       GMemoryInputStream *output,
-		       GCancellable *cancellable)
+                       GMemoryInputStream *output,
+                       GCancellable *cancellable)
 {
 	gchar *buff;
 	gssize read_len = 0;
@@ -195,7 +194,7 @@ copy_stream_to_stream (CamelStream *input,
 
 static void
 quit_main_loop (GCancellable *cancellable,
-	        GMainLoop *loop)
+                GMainLoop *loop)
 {
 	if (g_main_loop_is_running (loop)) {
 		g_main_loop_quit (loop);
@@ -364,7 +363,7 @@ handle_http_request (GSimpleAsyncResult *res,
 		g_cancellable_disconnect (cancellable, id);
 
 		/* Wait until all asynchronous operations are finished working
-		   with the 'data' structure so that it's not free'd too early. */
+		 * with the 'data' structure so that it's not free'd too early. */
 		e_flag_wait (data.flag);
 		e_flag_free (data.flag);
 
-- 
cgit