Fix spacing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2004-06-13 22:14:51 +00:00
parent d9dae26eb4
commit 3a75b5243f

View file

@ -367,6 +367,7 @@ static NSCharacterSet* nonNumericSet=nil;
{
aString = @"";
}
if (!_string)
{
_string = [[NSMutableString alloc] initWithString: aString];