whitespace

This commit is contained in:
Bill Currie 2002-08-26 15:12:05 +00:00
parent 5108c3c976
commit df96985118
6 changed files with 18 additions and 20 deletions

View file

@ -25,7 +25,7 @@
*/
static const char rcsid[] =
"$Id$";
"$Id$";
#ifdef HAVE_CONFIG_H
# include "config.h"

View file

@ -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 <stdlib.h>
#include "QF/qtypes.h"
#include "QF/sys.h"
#include "QF/dstring.h"

View file

@ -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);
}

View file

@ -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;
}

View file

@ -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"

View file

@ -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"