summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_output.c
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-20 05:51:44 +0000
committerdteske <dteske@FreeBSD.org>2013-06-20 05:51:44 +0000
commit6dd0be38a0450ec90f9e4684f0041d758f021eb9 (patch)
tree4957e1ae4ce746d2433d6e9e1d49408ea168c9bc /sys/netipsec/ipsec_output.c
parent1a1d811a616414b6c513fdaec7249b7037a7cac4 (diff)
downloadFreeBSD-src-6dd0be38a0450ec90f9e4684f0041d758f021eb9.zip
FreeBSD-src-6dd0be38a0450ec90f9e4684f0041d758f021eb9.tar.gz
When the fall-back of a case-statement is the last thing executed in a
while-loop _and_ all prior matches in the same case-statement either break or continue, we can safely break the fall-back out of the case-statement. This should improve readability and allow for longer-lines by reducing the level of indentation by-one for the fall-back case. (a continuation of SVN r252019)
Diffstat (limited to 'sys/netipsec/ipsec_output.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud