Module Name: src
Committed By: kre
Date: Wed Apr 10 06:11:37 UTC 2019
Modified Files:
src/sbin/cgdconfig: cgdconfig.c
Log Message:
KNF, 80 column police, a few other tidy ups (use if (ret == 0) rather
than if (!ret) when ret is not a boolean, and test fopen result against
NULL, for example).
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/cgdconfig/cgdconfig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.