From 188846cecfda3b8f19e45ca37a60d817bff2afed Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 11:54:59 +0200 Subject: Remove trailing whitespaces --- applets/clock/system-timezone.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'applets/clock/system-timezone.c') diff --git a/applets/clock/system-timezone.c b/applets/clock/system-timezone.c index d3745e3d..6aa1c5ae 100644 --- a/applets/clock/system-timezone.c +++ b/applets/clock/system-timezone.c @@ -3,7 +3,7 @@ * Copyright (C) 2008 Novell, Inc. * * Authors: Vincent Untz - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -17,11 +17,11 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - * + * * Some code is based on previous code in clock-location.c and on code from * tz.c (shipped with version <= 2.22.0). Those files were under the same * license, with those authors and copyrights: - * + * * clock-location.c: * ================ * No header, but most of the work was done (AFAIK) by @@ -36,7 +36,7 @@ * Authors: Hans Petter Jansson * additional functions by Erwann Chenede * reworked by Vincent Untz - * + * * Largely based on Michael Fulbright's work on Anaconda. */ @@ -161,7 +161,7 @@ system_timezone_init (SystemTimezone *systz) priv->tz = NULL; priv->env_tz = NULL; - for (i = 0; i < CHECK_NB; i++) + for (i = 0; i < CHECK_NB; i++) priv->monitors[i] = NULL; } @@ -215,7 +215,7 @@ system_timezone_constructor (GType type, if (priv->monitors[i]) g_signal_connect (G_OBJECT (priv->monitors[i]), - "changed", + "changed", G_CALLBACK (system_timezone_monitor_changed), obj); } @@ -448,7 +448,7 @@ system_timezone_write_key_file (const char *filename, gboolean replaced; gboolean retval; int n; - + if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR)) return TRUE; -- cgit v1.2.1