diff options
author | jhb <jhb@FreeBSD.org> | 2004-07-16 21:00:50 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-07-16 21:00:50 +0000 |
commit | 4585fb3d5c30fd0c0e9b63baf908f0fad38791f3 (patch) | |
tree | ca4321cee7547ab71c782cced788d4dd0e5e1c65 /sys/kern/subr_trap.c | |
parent | 34ebc51c75bfcb9efa79473aae83589fa31b1d44 (diff) | |
download | FreeBSD-src-4585fb3d5c30fd0c0e9b63baf908f0fad38791f3.zip FreeBSD-src-4585fb3d5c30fd0c0e9b63baf908f0fad38791f3.tar.gz |
Improve readability a bit by changing some code at the end of a function
that did:
if (foo)
return
else
blah
to just do the simpler
if (!foo)
blah
instead.
Diffstat (limited to 'sys/kern/subr_trap.c')
0 files changed, 0 insertions, 0 deletions