]> www.tinc-vpn.org Git - tinc/blobdiff - src/conf.c
Reformat the code using astyle.
[tinc] / src / conf.c
index 4fcf82ded9c5125939fea31a6b486fc7bbe853d7..67e142659f443c421d07b5a8de3b43e67e9a68f5 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;
        }