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/udev/net/link-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/udev/net') diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 810a88153c..361de0d18e 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -255,7 +255,7 @@ int link_config_get(link_config_ctx *ctx, struct udev_device *device, attr_value = udev_device_get_sysattr_value(device, "name_assign_type"); if (attr_value) - (void)safe_atou8(attr_value, &name_assign_type); + (void) safe_atou8(attr_value, &name_assign_type); if (name_assign_type == NET_NAME_ENUM) { log_warning("Config file %s applies to device based on potentially unpredictable interface name '%s'", -- cgit v1.2.3-54-g00ecf