Cleanups:
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 9 Sep 2002 19:40:12 +0000 (19:40 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 9 Sep 2002 19:40:12 +0000 (19:40 +0000)
 - Convert cp to cp(); so that automatic indenters work.
 - Convert constructions like if(x == NULL) to if(!x).
 - Move all assignments out of conditions.


No differences found