From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- mail/e-mail-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/e-mail-backend.c') diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c index e0a0275019..ae6aebba9a 100644 --- a/mail/e-mail-backend.c +++ b/mail/e-mail-backend.c @@ -377,7 +377,7 @@ mail_backend_quit_requested_cb (EShell *shell, /* In express mode, don't raise mail request in non mail window. */ if (e_shell_get_express_mode (shell) && - strcmp(e_shell_window_get_active_view((EShellWindow *)window), "mail") != 0) + strcmp (e_shell_window_get_active_view ((EShellWindow *) window), "mail") != 0) return; if (!e_shell_backend_is_started (mail_shell_backend)) -- cgit v1.2.3