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. --- plugins/mail-notification/mail-notification.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'plugins/mail-notification') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index 94cfa6c6c1..cc01d65c30 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -509,13 +509,15 @@ do_play_sound (gboolean beep, if (!beep) { #ifdef HAVE_CANBERRA if (!use_theme && file && *file) - ca_context_play (mailnotification, 0, - CA_PROP_MEDIA_FILENAME, file, - NULL); + ca_context_play ( + mailnotification, 0, + CA_PROP_MEDIA_FILENAME, file, + NULL); else - ca_context_play (mailnotification, 0, - CA_PROP_EVENT_ID,"message-new-email", - NULL); + ca_context_play ( + mailnotification, 0, + CA_PROP_EVENT_ID,"message-new-email", + NULL); #endif } else gdk_beep (); -- cgit v1.2.3