From 23f5773903d64a554d977ae7d0ebbaca73528f1f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 30 Nov 2011 20:53:20 -0600 Subject: Coding style and whitespace cleanup. --- modules/calendar/e-cal-shell-settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/calendar/e-cal-shell-settings.c') diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c index 0c77063f46..392bb841cb 100644 --- a/modules/calendar/e-cal-shell-settings.c +++ b/modules/calendar/e-cal-shell-settings.c @@ -82,7 +82,8 @@ transform_icaltimezone_to_string (GBinding *binding, shell_settings, "cal-use-system-timezone"); if (use_system_timezone) { - location_str = e_shell_settings_get_string (shell_settings, "cal-timezone-string"); + location_str = e_shell_settings_get_string ( + shell_settings, "cal-timezone-string"); location = location_str; } else { timezone = g_value_get_pointer (source_value); -- cgit