From: curt Date: Mon, 29 Oct 2001 04:37:24 +0000 (+0000) Subject: Cosmetic changes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b5bcd0f0ab8b4f72e621eab64c88cc79944e3a9;p=flightgear.git Cosmetic changes. --- diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 9a8a65862..3ddc6b453 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -256,8 +256,9 @@ void FGPanel::update () { // Do nothing if the panel isn't visible. - if (!fgPanelVisible()) + if ( !fgPanelVisible() ) { return; + } // If the mouse is down, do something if (_mouseDown) {