From 5d22e80f4e840f0f278b47ef1362118d6b1047cc Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Mon, 26 Oct 2015 21:03:46 +0100 Subject: [PATCH] Removed sample. --- out/simple.sqf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; +};