Kaydet (Commit) 5bfa5cb8 authored tarafından Julien Nabet's avatar Julien Nabet

Fix duplicate branches for if and else

Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d
üst 823d44d3
...@@ -1035,7 +1035,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) ...@@ -1035,7 +1035,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
out( " log=" ); out( " log=" );
if (stream == stderr) if (stream == stderr)
out( "stderr" ); out( "stderr" );
else if (stream == stderr) else if (stream == stdout)
out( "stdout loop=" ); out( "stdout loop=" );
else else
out( aLogStr ); out( aLogStr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment