Implemented description method for NSUserDefaults. and tidied description stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6332 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-03-19 09:23:41 +00:00
parent a9f4a4a66d
commit 54afbd1dcf
4 changed files with 137 additions and 122 deletions

View file

@ -721,7 +721,7 @@ static NSString *indentStrings[] = {
[item descriptionWithLocale: nil indent: 0 to: result];
if (i != last)
{
(*appImp)(result, appSel, @",");
(*appImp)(result, appSel, @", ");
}
}
(*appImp)(result, appSel, @")");