diff --git a/binaries/data/mods/official/gui/test/hello.xml b/binaries/data/mods/official/gui/test/hello.xml index aeb58762e2..4ddf7f87ec 100755 --- a/binaries/data/mods/official/gui/test/hello.xml +++ b/binaries/data/mods/official/gui/test/hello.xml @@ -21,9 +21,9 @@ function selected() { - if( selection.length > 0 ) - return( selection[0] ); - return( null ); + if( selection.length > 0 ) + return( selection[0] ); + return( null ); } function updateOrbital() @@ -95,17 +95,16 @@