obvious KNF: avoid '!' for tests of non-boolean variables,
authorschwarze <schwarze@openbsd.org>
Sat, 4 Aug 2018 16:47:05 +0000 (16:47 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 4 Aug 2018 16:47:05 +0000 (16:47 +0000)
commit194d0062059fd2941d70a02ad41cfc2e31a680a7
treee8b9167b8620258adb524d23f2d2c172556544b1
parente64b3f5d751f0fdb030c1925cccda30a2ee8ef01
obvious KNF: avoid '!' for tests of non-boolean variables,
__dead void usage, return from main and return is not a function,
err(1, NULL) after malloc failure, and garbage collect (void) casts
on functions that usually do not need return value checks
usr.bin/paste/paste.c