cvs commit: src/sbin/natd icmp.c natd.c natd.h
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Jun 7 13:22:42 PDT 2005
swildner 2005/06/07 13:21:23 PDT
DragonFly src repository
Modified files:
sbin/natd icmp.c natd.c natd.h
Log:
Clean up some of the worst style issues:
o Remove whitespace (around parentheses, at the end of lines, etc.).
Why do people waste so much whitespace??
o Use tabs where possible.
o Put function return types on a single line.
o Remove empty lines after {.
o Remove argument names from prototypes.
Revision Changes Path
1.5 +24 -23 src/sbin/natd/icmp.c
1.9 +370 -383 src/sbin/natd/natd.c
1.3 +6 -6 src/sbin/natd/natd.h
http://www.dragonflybsd.org/cvsweb/src/sbin/natd/icmp.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/natd/natd.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/natd/natd.h.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list