summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-10-02 03:06:52 +0000
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-10-02 03:06:52 +0000
commit00e1219bec0bd56536fcd8cba7930b426c9601db (patch)
tree77351cffa20b902f46beebf4e90d7859c19df581
parentd5dcba75583f38fc60790457a666b53fef149e92 (diff)
Remove redundant condition from text_output_indent
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1037 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r--src/pugixml.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index 6297a53..78e5a57 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -3328,9 +3328,6 @@ PUGI__NS_BEGIN
{
switch (indent_length)
{
- case 0:
- break;
-
case 1:
{
for (unsigned int i = 0; i < depth; ++i)