Clean up some of the worst style issues:
authorSascha Wildner <swildner@dragonflybsd.org>
Tue, 7 Jun 2005 20:21:23 +0000 (20:21 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Tue, 7 Jun 2005 20:21:23 +0000 (20:21 +0000)
commit19189e37e0834447a7568a169fee07baad2636b4
tree88ff9fdae37b02ee4f921a4b993f8376cad49dfe
parent7b6f875f023809d7218d338a4f0072a4af8d1061
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.
sbin/natd/icmp.c
sbin/natd/natd.c
sbin/natd/natd.h