aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-http-request.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
commit89777f0726a0127daddd593c8a28384204cb7aaf (patch)
treeecfafdadb6e7df01e185119689dfd8bddb748dde /mail/e-http-request.c
parent26f133162d798a342fea56a79301caf0117b7d63 (diff)
downloadgsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip
Whitespace cleanups.
Diffstat (limited to 'mail/e-http-request.c')
-rw-r--r--mail/e-http-request.c9
1 files changed, 4 insertions, 5 deletions
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);