summaryrefslogtreecommitdiff
path: root/src/mount
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/mount
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/mount')
-rw-r--r--src/mount/mount-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index 1ce9756f31..412ef7813a 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -1432,7 +1432,7 @@ static int list_devices(void) {
}
}
- (void) pager_open(arg_pager_flags);
+ pager_open(arg_pager_flags);
r = table_print(table, NULL);
if (r < 0)