From 2c4ae5e7685c462f8d464448e4617b8dea029e72 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 9 Nov 2012 22:40:00 -0500 Subject: Coding style and whitespace cleanup. --- modules/mail/e-mail-attachment-handler.c | 2 +- modules/mail/e-mail-shell-view-private.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c index 69cbfe6d73..8bc2aad12d 100644 --- a/modules/mail/e-mail-attachment-handler.c +++ b/modules/mail/e-mail-attachment-handler.c @@ -98,7 +98,7 @@ mail_attachment_handler_forward (GtkAction *action, static void mail_attachment_handler_reply (EAttachmentHandler *handler, - EMailReplyType reply_type) + EMailReplyType reply_type) { EMailAttachmentHandlerPrivate *priv; EShellSettings *shell_settings; diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c index 83a4fa48fe..9376f437ae 100644 --- a/modules/mail/e-mail-shell-view-private.c +++ b/modules/mail/e-mail-shell-view-private.c @@ -258,7 +258,7 @@ mail_shell_view_folder_tree_popup_event_cb (EShellView *shell_view, static gboolean mail_shell_view_mail_display_needs_key (EMailDisplay *mail_display, - gboolean with_input) + gboolean with_input) { gboolean needs_key = FALSE; @@ -338,10 +338,10 @@ mail_shell_view_key_press_event_cb (EMailShellView *mail_shell_view, window = webkit_dom_document_get_default_view (document); /* Workaround WebKit bug for key navigation, when inner IFRAME is focused. - EMailView's inner IFRAMEs have disabled scrolling, but WebKit doesn't post - key navigation events to parent's frame, thus the view doesn't scroll. - This is a poor workaround for this issue, the main frame is focused, - which has scrolling enabled. + * EMailView's inner IFRAMEs have disabled scrolling, but WebKit doesn't post + * key navigation events to parent's frame, thus the view doesn't scroll. + * This is a poor workaround for this issue, the main frame is focused, + * which has scrolling enabled. */ webkit_dom_dom_window_focus (window); } -- cgit v1.2.3