Fix indentation

This commit is contained in:
Dave Page
2017-02-08 11:40:43 +00:00
parent 2dc0eab057
commit e95dc5f895

View File

@@ -89,8 +89,9 @@ void TabWindow::enableDisableToolButton(const int &index)
{
if (widgetPtr != NULL)
tmpwebviewPtr = dynamic_cast<WebViewWindow*>(widgetPtr);
if (tmpwebviewPtr != NULL)
webviewPtr = tmpwebviewPtr;
if (tmpwebviewPtr != NULL)
webviewPtr = tmpwebviewPtr;
}
}