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:
rfm 2012-03-01 06:33:11 +00:00
parent 50634cb638
commit 975a59d54b

View file

@ -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)
{