From 9f834757793a56a9e7078dc71b47d6a2d39dbb88 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 8 Jul 2008 17:26:18 -0400 Subject: [PATCH] Formatting cleanup --- tftpd/tftpd.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c index 71ca60c..b5798a6 100644 --- a/tftpd/tftpd.c +++ b/tftpd/tftpd.c @@ -1,5 +1,3 @@ -/* $OpenBSD: tftpd.c,v 1.13 1999/06/23 17:01:36 deraadt Exp $ */ - /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -120,13 +118,12 @@ struct options { const char *o_opt; int (*o_fnc) (char *, char **); } options[] = { - { - "blksize", set_blksize}, { - "blksize2", set_blksize2}, { - "tsize", set_tsize}, { - "timeout", set_timeout}, { - "utimeout", set_utimeout}, { - NULL, NULL} + {"blksize", set_blksize}, + {"blksize2", set_blksize2}, + {"tsize", set_tsize}, + {"timeout", set_timeout}, + {"utimeout", set_utimeout}, + {NULL, NULL} }; /* Simple handler for SIGHUP */ -- 2.11.4.GIT