mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
99ef2bbdf7
commit
db7b22a4fb
180 changed files with 2181 additions and 2156 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue