diff options
author | rbuj <robert.buj@gmail.com> | 2021-10-27 18:02:13 +0200 |
---|---|---|
committer | raveit65 <mate@raveit.de> | 2021-12-11 15:21:36 +0100 |
commit | 09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6 (patch) | |
tree | 56cfb36680aa163f98f4aea05237882be00f8069 /applets/clock/system-timezone.h | |
parent | 7ded0f4d0a518169453c90f3c278f78e7345051b (diff) | |
download | mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.bz2 mate-panel-09674ba9f9b9d6b6cb4b88d9fe81c30aaccef8e6.tar.xz |
Use a blank line at most
Diffstat (limited to 'applets/clock/system-timezone.h')
-rw-r--r-- | applets/clock/system-timezone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/clock/system-timezone.h b/applets/clock/system-timezone.h index 0ede8976..8a2c22ef 100644 --- a/applets/clock/system-timezone.h +++ b/applets/clock/system-timezone.h @@ -35,7 +35,6 @@ extern "C" { #define SYSTEM_ZONEINFODIR "/usr/share/zoneinfo" #endif - #define SYSTEM_TIMEZONE_TYPE (system_timezone_get_type ()) #define SYSTEM_TIMEZONE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SYSTEM_TIMEZONE_TYPE, SystemTimezone)) #define SYSTEM_TIMEZONE_CLASS(c) (G_TYPE_CHECK_CLASS_CAST ((c), SYSTEM_TIMEZONE_TYPE, SystemTimezoneClass)) |