فهرست منبع

fix issue#712

Alanscut 6 سال پیش
والد
کامیت
ad7bdf9ed2
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 );
     }