summaryrefslogtreecommitdiff
path: root/plugins/datetime/system-timezone.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:50:53 +0200
committerlukefromdc <[email protected]>2019-07-01 02:49:33 +0000
commit8d22bd7590c3487df96f8dc3972173236c66de87 (patch)
tree14ccecbfa067a2d7ab2bdb315686d01a20ecc084 /plugins/datetime/system-timezone.c
parent86362cdd37c71ad4d6b9a1c506838b201953fd29 (diff)
downloadmate-settings-daemon-8d22bd7590c3487df96f8dc3972173236c66de87.tar.bz2
mate-settings-daemon-8d22bd7590c3487df96f8dc3972173236c66de87.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/datetime/system-timezone.c')
-rw-r--r--plugins/datetime/system-timezone.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/datetime/system-timezone.c b/plugins/datetime/system-timezone.c
index 1062334..d9e4909 100644
--- a/plugins/datetime/system-timezone.c
+++ b/plugins/datetime/system-timezone.c
@@ -3,7 +3,7 @@
* Copyright (C) 2008 Novell, Inc.
*
* Authors: Vincent Untz <[email protected]>
- *
+ *
* 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 <[email protected]>
* additional functions by Erwann Chenede <[email protected]>
* reworked by Vincent Untz <[email protected]>
- *
+ *
* Largely based on Michael Fulbright's work on Anaconda.
*/
@@ -160,7 +160,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;
}
@@ -214,7 +214,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);
}
@@ -447,7 +447,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;