From: Guus Sliepen Date: Mon, 9 Sep 2002 19:40:12 +0000 (+0000) Subject: Cleanups: X-Git-Tag: release-1.0pre8~17 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5fc1ed17f41f0c535cf57a4b7e00cd6d45759503;hp=5fc1ed17f41f0c535cf57a4b7e00cd6d45759503 Cleanups: - Convert cp to cp(); so that automatic indenters work. - Convert constructions like if(x == NULL) to if(!x). - Move all assignments out of conditions. ---