mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
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:
parent
a9f4a4a66d
commit
54afbd1dcf
4 changed files with 137 additions and 122 deletions
|
@ -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, @")");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue