mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Source/NSXMLNode.m (-description): Remove trailing newline. This
should fix #36976. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12ebac66d8
commit
52dbdbcf0e
2 changed files with 6 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ execute_xpath(xmlNodePtr node, NSString *xpath_exp, NSDictionary *constants,
|
|||
|
||||
- (NSString*) description
|
||||
{
|
||||
return [NSString stringWithFormat:@"<%@ %@ %d>%@\n",
|
||||
return [NSString stringWithFormat:@"<%@ %@ %d>%@",
|
||||
NSStringFromClass([self class]),
|
||||
[self name], [self kind], [self XMLString]];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue