From df969851183c8983d7a25937ac7cc4d59b3f0346 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 26 Aug 2002 15:12:05 +0000 Subject: [PATCH] whitespace --- tools/qflight/source/entities.c | 2 +- tools/qflight/source/ltface.c | 5 ++--- tools/qflight/source/options.c | 18 +++++++++--------- tools/qflight/source/qflight.c | 5 ++--- tools/qflight/source/threads.c | 4 ++-- tools/qflight/source/trace.c | 4 ++-- 6 files changed, 18 insertions(+), 20 deletions(-) diff --git a/tools/qflight/source/entities.c b/tools/qflight/source/entities.c index 350809ba3..f1af33ee0 100644 --- a/tools/qflight/source/entities.c +++ b/tools/qflight/source/entities.c @@ -25,7 +25,7 @@ */ static const char rcsid[] = - "$Id$"; + "$Id$"; #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/tools/qflight/source/ltface.c b/tools/qflight/source/ltface.c index 835af91f1..aa6ec8bc3 100644 --- a/tools/qflight/source/ltface.c +++ b/tools/qflight/source/ltface.c @@ -24,8 +24,8 @@ Boston, MA 02111-1307, USA */ -static const char rcsid[] = "$Id$"; - +static const char rcsid[] = + "$Id$"; #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -44,7 +44,6 @@ static const char rcsid[] = "$Id$"; #endif #include - #include "QF/qtypes.h" #include "QF/sys.h" #include "QF/dstring.h" diff --git a/tools/qflight/source/options.c b/tools/qflight/source/options.c index fc13853c9..620eb4cfc 100644 --- a/tools/qflight/source/options.c +++ b/tools/qflight/source/options.c @@ -79,15 +79,15 @@ usage (int status) printf ("%s - QuakeForge light tool\n", this_program); printf ("Usage: %s [options] bspfile\n", this_program); printf ("Options:\n" - " -q, --quiet Inhibit usual output\n" - " -v, --verbose Display more output than usual\n" - " -h, --help Display this help and exit\n" - " -V, --version Output version information and exit\n" - " -t, --threads [num] Number of threads to use\n" - " -e, --extra Apply extra sampling\n" - " -d, --distance Scale distance\n" - " -r, --range Scale range\n" - " -f, --file BSP file\n\n"); +" -q, --quiet Inhibit usual output\n" +" -v, --verbose Display more output than usual\n" +" -h, --help Display this help and exit\n" +" -V, --version Output version information and exit\n" +" -t, --threads [num] Number of threads to use\n" +" -e, --extra Apply extra sampling\n" +" -d, --distance Scale distance\n" +" -r, --range Scale range\n" +" -f, --file BSP file\n\n"); exit (status); } diff --git a/tools/qflight/source/qflight.c b/tools/qflight/source/qflight.c index e33dffc87..6125f04e8 100644 --- a/tools/qflight/source/qflight.c +++ b/tools/qflight/source/qflight.c @@ -24,7 +24,8 @@ Boston, MA 02111-1307, USA */ -static const char rcsid[] = "$Id$"; +static const char rcsid[] = + "$Id$"; #ifdef HAVE_CONFIG_H # include "config.h" @@ -160,5 +161,3 @@ main (int argc, char **argv) return 0; } - - diff --git a/tools/qflight/source/threads.c b/tools/qflight/source/threads.c index dbe9e6c7d..e3ed390d7 100644 --- a/tools/qflight/source/threads.c +++ b/tools/qflight/source/threads.c @@ -24,8 +24,8 @@ Boston, MA 02111-1307, USA */ -static const char rcsid[] = "$Id$"; - +static const char rcsid[] = + "$Id$"; #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/tools/qflight/source/trace.c b/tools/qflight/source/trace.c index 17bd3da5b..4d13d7e97 100644 --- a/tools/qflight/source/trace.c +++ b/tools/qflight/source/trace.c @@ -24,8 +24,8 @@ Boston, MA 02111-1307, USA */ -static const char rcsid[] = "$Id$"; - +static const char rcsid[] = + "$Id$"; #ifdef HAVE_CONFIG_H # include "config.h"