mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
attempt to control intentation/formatting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34850 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e75feda70
commit
1b3b3989a7
1 changed files with 2 additions and 1 deletions
|
@ -385,7 +385,8 @@ GS_PRIVATE_INTERNAL(NSXMLDocument)
|
|||
xmlChar *buf = NULL;
|
||||
int length;
|
||||
|
||||
xmlDocDumpFormatMemoryEnc(MY_DOC, &buf, &length, "utf-8", 1);
|
||||
xmlDocDumpFormatMemoryEnc(MY_DOC, &buf, &length, "utf-8",
|
||||
((options & NSXMLNodePrettyPrint) ? 1 : 0));
|
||||
|
||||
if (buf != 0 && length > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue