summaryrefslogtreecommitdiff
path: root/applets/clock/system-timezone.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:02:13 +0200
committerraveit65 <[email protected]>2021-12-11 15:21:36 +0100
commit09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6 (patch)
tree56cfb36680aa163f98f4aea05237882be00f8069 /applets/clock/system-timezone.c
parent7ded0f4d0a518169453c90f3c278f78e7345051b (diff)
downloadmate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.bz2
mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.xz
Use a blank line at most
Diffstat (limited to 'applets/clock/system-timezone.c')
-rw-r--r--applets/clock/system-timezone.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets/clock/system-timezone.c b/applets/clock/system-timezone.c
index 199756e0..801f3386 100644
--- a/applets/clock/system-timezone.c
+++ b/applets/clock/system-timezone.c
@@ -283,7 +283,6 @@ system_timezone_monitor_changed (GFileMonitor *handle,
g_free (new_tz);
}
-
/*
* Code to deal with the system timezone on all distros.
* There's no dependency on the SystemTimezone GObject here.
@@ -372,7 +371,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 *
@@ -710,7 +708,6 @@ recursive_compare (struct stat *localtime_stat,
return NULL;
}
-
static gboolean
files_are_identical_inode (struct stat *a_stat,
struct stat *b_stat,
@@ -721,7 +718,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 *