mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix indentation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user