Browse Source

Merge pull request #773 from Alanscut/fix_issue712

fix issue#712
Lee Thomason 6 năm trước cách đây
mục cha
commit
20f2d5eec7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 );
     }