From dc75168823540076b354135f6e2de7a9a978fbca Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 13 Mar 2015 21:20:01 -0500 Subject: Use space after a silencing (void) We were using a space more often than not, and this way is codified in CODING_STYLE. --- src/timedate/timedated.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timedate/timedated.c') 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) { -- cgit v1.2.3-54-g00ecf