diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:05:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:05:38 +0800 |
commit | dcf2c0e754d6e251733cea74c2427738122620af (patch) | |
tree | 358d2c639c2a5b5cf5fc8f28c515076f8b4d4e5d /mail/mail-send-recv.c | |
parent | 76fc1247ba88575c0f6e0040672e19e66f53da4f (diff) | |
download | gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.gz gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.tar.zst gsoc2013-evolution-dcf2c0e754d6e251733cea74c2427738122620af.zip |
More whitespace cleanup.
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r-- | mail/mail-send-recv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 8411290222..68bad60576 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -236,7 +236,7 @@ dialog_destroy_cb (struct _send_data *data, GObject *deadbeef) static void dialog_response(GtkDialog *gd, gint button, struct _send_data *data) { - switch(button) { + switch (button) { case GTK_RESPONSE_CANCEL: d(printf("cancelled whole thing\n")); if (!data->cancelled) { @@ -937,7 +937,7 @@ mail_send_receive (void) while (scan) { struct _send_info *info = scan->data; - switch(info->type) { + switch (info->type) { case SEND_RECEIVE: mail_fetch_mail(info->uri, info->keep_on_server, FILTER_SOURCE_INCOMING, |