Reformat the code using astyle.
[tinc] / src / conf.c
index 4fcf82d..67e1426 100644 (file)
@@ -206,7 +206,7 @@ bool get_config_subnet(const config_t *cfg, subnet_t **result) {
                return false;
        }
 
-       if (subnetcheck(subnet)) {
+       if(subnetcheck(subnet)) {
                *(*result = new_subnet()) = subnet;
                return true;
        }