Style fixes, mostly trailing whitespace elimination. No functional change.

Reported by:	pho
MFC after:	3 weeks
This commit is contained in:
Alan Somers 2014-04-25 14:35:30 +00:00
parent d42ea5731e
commit 70e42e1dd7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264917
2 changed files with 15 additions and 14 deletions

View File

@ -47,7 +47,8 @@
* Sends a single UDP packet to the provided address, with SO_DONTROUTE set
* I couldn't find a way to do this with builtin utilities like nc(1)
*/
int main(int argc, char **argv)
int
main(int argc, char **argv)
{
struct sockaddr_in dst;
int s;