diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 21:20:01 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 23:42:17 -0400 |
commit | dc75168823540076b354135f6e2de7a9a978fbca (patch) | |
tree | f68468cd05daeb0c557e21432a260dd7a007bb19 /src/timedate | |
parent | 2ae56591b5b25b1ee33e40612f1ae0593218d56c (diff) |
Use space after a silencing (void)
We were using a space more often than not, and this way is
codified in CODING_STYLE.
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedated.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index 909575786a..ca771d5b33 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -739,7 +739,7 @@ int main(int argc, char *argv[]) { if (r < 0) goto finish; - (void)sd_bus_negotiate_timestamp(bus, true); + (void) sd_bus_negotiate_timestamp(bus, true); r = context_read_data(&context); if (r < 0) { |