summaryrefslogtreecommitdiff
path: root/src/timedate
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-11-05 13:57:30 +0000
committerGitHub <noreply@github.com>2021-11-05 13:57:30 +0000
commit8389fd19d20370077f2d5601af0a089ec92ece05 (patch)
tree15402f17ca3b5fced203a7b8b3c79e8d6fe936e0 /src/timedate
parent5f035b13deb15daab34c2b5da30fabe8600fd803 (diff)
parent384c2c3239c51b7bdaddc7cbd4958b5b923cce42 (diff)
downloadsystemd-8389fd19d20370077f2d5601af0a089ec92ece05.tar.gz
Merge pull request #20138 from keszybz/coding-style-variable-decls
A coding style tweak and checking of sd_notify() calls and voidification of pager_open()
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedatectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c
index ebe4b59620..9615e826c7 100644
--- a/src/timedate/timedatectl.c
+++ b/src/timedate/timedatectl.c
@@ -315,7 +315,7 @@ static int list_timezones(int argc, char **argv, void *userdata) {
if (r < 0)
return bus_log_parse_error(r);
- (void) pager_open(arg_pager_flags);
+ pager_open(arg_pager_flags);
strv_print(zones);
return 0;