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:
Arseny Kapoulkine 2014-10-02 03:06:52 +00:00
parent d5dcba7558
commit 00e1219bec

View File

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