]> git.tuebingen.mpg.de Git - paraslash.git/commit
net.c: Fix a doxygen warning and trivial coding style cleanups.
authorAndre Noll <maan@systemlinux.org>
Mon, 3 Dec 2007 19:33:14 +0000 (20:33 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 3 Dec 2007 19:33:14 +0000 (20:33 +0100)
commitd080286b39f943baf22f1b531816d8209d8685d6
tree41b024c5e1a967fa01146bea19b52b52c16a203b
parent24e2b57dde50a6fe33deee034d34181eece09834
net.c: Fix a doxygen warning and trivial coding style cleanups.

No functional changes. Fixes the following doxygen warning:

Warning: documented function `getsockname for local or fn getpeername' was not declared or defined.

Cosmetic cleanups include:

- Reduce line width to 80 chars in most cases.
- Replace @param by \param.
- Replace tabs by spaces.
net.c