Tidy up use of white space so we have it after if/for/while and not after (

or before ) or padding at end of line.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-02-22 11:22:44 +00:00
parent 99ef2bbdf7
commit db7b22a4fb
180 changed files with 2181 additions and 2156 deletions

View file

@ -1,11 +1,11 @@
/* nsbundle - Program to test out dynamic linking via NSBundle.
Copyright (C) 1993,1994,1995, 1996 Free Software Foundation, Inc.
Written by: Adam Fedor <fedor@boulder.colorado.edu>
Date: Jul 1995
This file is part of the GNUstep Base Library.
*/
#ifndef __MINGW32__
#include <sys/param.h>
@ -20,8 +20,8 @@
#include "SecondClass.h"
#include "MyCategory.h"
int
main(int argc, char *argv[], char **env)
int
main(int argc, char *argv[], char **env)
{
NSBundle *bundle;
NSString *path;
@ -32,7 +32,7 @@ main(int argc, char *argv[], char **env)
[NSProcessInfo initializeWithArguments:argv count:argc environment:env];
#endif
arp = [NSAutoreleasePool new];
setbuf(stdout, 0);
/* Test bundle version and info files */
bundle = [NSBundle bundleForLibrary: @"gnustep-base"];
@ -95,7 +95,7 @@ main(int argc, char *argv[], char **env)
fprintf(stdout, " or there is no dynamic loader on your system\n");
exit(1);
NS_ENDHANDLER
if (!object)
if (!object)
{
printf("* ERROR: Can't find principal class\n");
}