diff --git a/out/simple.sqf b/out/simple.sqf index df674e3..202a635 100644 --- a/out/simple.sqf +++ b/out/simple.sqf @@ -1,5 +1,5 @@ -array = [1,2,3]; -x = (array select (0)); -if ((array select ((1-1)+10/10))==2) then { -[] call foo; -}; +array = [1,2,3]; +x = (array select (0)); +if ((array select ((1-1)+10/10))==2) then { +[] call foo; +};