Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -496,7 +496,9 @@ SoQtOffscreenRenderer::getBackgroundColor(void) const
|
||||
void
|
||||
SoQtOffscreenRenderer::setGLRenderAction(SoGLRenderAction * action)
|
||||
{
|
||||
if (action == PRIVATE(this)->renderaction) { return; }
|
||||
if (action == PRIVATE(this)->renderaction) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (PRIVATE(this)->didallocation) { delete PRIVATE(this)->renderaction; }
|
||||
PRIVATE(this)->renderaction = action;
|
||||
|
||||
Reference in New Issue
Block a user