]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
Cosmetic changes.
[flightgear.git] / 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) {