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

loplugin:unnecessaryparen

Change-Id: Ie66c3bec510138b75c41d261b447c956a92486a7
üst 2b3317db
...@@ -410,7 +410,7 @@ namespace canvas ...@@ -410,7 +410,7 @@ namespace canvas
// of the above implemented concrete rendering operations // of the above implemented concrete rendering operations
// was triggered. we therefore need to ask the pagemanager // was triggered. we therefore need to ask the pagemanager
// to allocate some space for the fragment we're dedicated to. // to allocate some space for the fragment we're dedicated to.
if(!(mpFragment)) if(!mpFragment)
{ {
mpFragment = mpPageManager->allocateSpace(maSize); mpFragment = mpPageManager->allocateSpace(maSize);
if( mpFragment ) if( mpFragment )
......
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