Indented line

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-03 10:01:25 +00:00
parent b81b88d736
commit ede9da937a

View file

@ -103,7 +103,7 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
userInfo: (NSDictionary*)userInfo
{
return AUTORELEASE([[self alloc] initWithName: name reason: reason
userInfo: userInfo]);
userInfo: userInfo]);
}
+ (void) raise: (NSString*)name