1
0
Эх сурвалжийг харах

Merge pull request #773 from Alanscut/fix_issue712

fix issue#712
Lee Thomason 6 жил өмнө
parent
commit
20f2d5eec7
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      tinyxml2.cpp

+ 0 - 2
tinyxml2.cpp

@@ -2635,8 +2635,6 @@ void XMLPrinter::OpenElement( const char* name, bool compactMode )
 
     if ( _textDepth < 0 && !_firstElement && !compactMode ) {
         Putc( '\n' );
-    }
-    if ( !compactMode ) {
         PrintSpace( _depth );
     }