]> git.mxchange.org Git - flightgear.git/commitdiff
Cosmetic changes.
authorcurt <curt>
Mon, 29 Oct 2001 04:37:24 +0000 (04:37 +0000)
committercurt <curt>
Mon, 29 Oct 2001 04:37:24 +0000 (04:37 +0000)
src/Cockpit/panel.cxx

index 9a8a65862ba334f8979aab14d5543aeebca596aa..3ddc6b453437244d703d9b5df1a6bab27df507e0 100644 (file)
@@ -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) {