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

loplugin:simplifybool

Change-Id: I2e340824db3e1e5197a23e567e4b88b64136562f
üst ad0fc224
...@@ -480,7 +480,7 @@ UpdateCheckThread::run() ...@@ -480,7 +480,7 @@ UpdateCheckThread::run()
rModel.clear(); rModel.clear();
// last == 0 means check immediately // last == 0 means check immediately
bool checkNow = ! (last > 0); bool checkNow = last <= 0;
// Reset the condition to avoid busy loops // Reset the condition to avoid busy loops
if( osl::Condition::result_ok == aResult ) if( osl::Condition::result_ok == aResult )
......
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