summaryrefslogtreecommitdiff
path: root/plugins/datetime/system-timezone.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:12:12 +0200
committerraveit65 <[email protected]>2021-11-24 21:35:58 +0100
commitb44813818075a44412f58f65ee3181e3700400e7 (patch)
tree23a177ab884ff31caefa44e34d3791bde89c69ba /plugins/datetime/system-timezone.c
parent26483d28bd1b78983938f293c62dd10250eb0d75 (diff)
downloadmate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.bz2
mate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.xz
Use a blank line at most
Diffstat (limited to 'plugins/datetime/system-timezone.c')
-rw-r--r--plugins/datetime/system-timezone.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/datetime/system-timezone.c b/plugins/datetime/system-timezone.c
index e4ba56f..0672e3b 100644
--- a/plugins/datetime/system-timezone.c
+++ b/plugins/datetime/system-timezone.c
@@ -281,7 +281,6 @@ system_timezone_monitor_changed (GFileMonitor *handle G_GNUC_UNUSED,
g_free (new_tz);
}
-
/*
* Code to deal with the system timezone on all distros.
* There's no dependency on the SystemTimezone GObject here.
@@ -370,7 +369,6 @@ system_timezone_write_etc_timezone (const char *tz,
return retval;
}
-
/* Read a file that looks like a key-file (but there's no need for groups)
* and get the last value for a specific key */
static char *
@@ -696,7 +694,6 @@ recursive_compare (struct stat *localtime_stat,
return NULL;
}
-
static gboolean
files_are_identical_inode (struct stat *a_stat,
struct stat *b_stat,
@@ -707,7 +704,6 @@ files_are_identical_inode (struct stat *a_stat,
return (a_stat->st_ino == b_stat->st_ino);
}
-
/* Determine if /etc/localtime is a hard link to some file, by looking at
* the inodes */
static char *