Kaydet (Commit) af9684f6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Ib0f01af2c7a7186d138369c177a563b322a87214
üst 1f0b89b5
...@@ -676,7 +676,7 @@ SbError SbiStream::Read( char& ch ) ...@@ -676,7 +676,7 @@ SbError SbiStream::Read( char& ch )
nExpandOnWriteTo = 0; nExpandOnWriteTo = 0;
if (aLine.isEmpty()) if (aLine.isEmpty())
{ {
Read( aLine, 0 ); Read( aLine );
aLine = aLine + OString('\n'); aLine = aLine + OString('\n');
} }
ch = aLine[0]; ch = aLine[0];
......
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