diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:07:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-19 02:07:42 +0800 |
commit | fa360fde289f9b850191f89059d1a5e6d67c07c7 (patch) | |
tree | d1d8a43364d21daf94d5b9ac1f352faffd03dcd2 /mail/mail-send-recv.c | |
parent | becd78e26ed61ff386d0b229f85bdcf590c28e94 (diff) | |
download | gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.gz gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.tar.zst gsoc2013-evolution-fa360fde289f9b850191f89059d1a5e6d67c07c7.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 323d21f4d7..39fc67e614 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -241,7 +241,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) { @@ -955,7 +955,7 @@ mail_send_receive (GtkWindow *parent) 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, |