Przeglądaj źródła

Merge pull request #773 from Alanscut/fix_issue712

fix issue#712
Lee Thomason 6 lat temu
rodzic
commit
20f2d5eec7
1 zmienionych plików z 0 dodań i 2 usunięć
  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 );
     }