Readability tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-12-11 15:13:16 +00:00
parent da7701eb6f
commit d56ff38a2a
2 changed files with 17 additions and 11 deletions

View file

@ -101,7 +101,7 @@ Class GSStackTraceClass;
while ((obj = [e nextObject]))
{
[trace appendFormat: @"%d: %@", i++, obj];
[trace appendFormat: @"%d: %@\n", i++, obj];
}
return trace;
}