Remove redundant condition from text_output_indent
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1037 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
d5dcba7558
commit
00e1219bec
@ -3328,9 +3328,6 @@ PUGI__NS_BEGIN
|
|||||||
{
|
{
|
||||||
switch (indent_length)
|
switch (indent_length)
|
||||||
{
|
{
|
||||||
case 0:
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
for (unsigned int i = 0; i < depth; ++i)
|
for (unsigned int i = 0; i < depth; ++i)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user