Parcourir la source

Merge pull request #773 from Alanscut/fix_issue712

fix issue#712
Lee Thomason il y a 6 ans
Parent
commit
20f2d5eec7
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 );
     }