From ce72bfd07a93135746812d344951cb72f427742b Mon Sep 17 00:00:00 2001 From: commy2 Date: Tue, 12 Jul 2016 16:28:36 +0200 Subject: [PATCH] replace tabs with spaces --- addons/dragging/functions/fnc_startDrag.sqf | 2 +- addons/parachute/functions/fnc_doLanding.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/dragging/functions/fnc_startDrag.sqf b/addons/dragging/functions/fnc_startDrag.sqf index 8601c628e7..cf08074d94 100644 --- a/addons/dragging/functions/fnc_startDrag.sqf +++ b/addons/dragging/functions/fnc_startDrag.sqf @@ -40,7 +40,7 @@ _unit selectWeapon primaryWeapon _unit; // can't play action that depends on weapon if it was added the same frame [{ - [_this, "grabDrag"] call EFUNC(common,doGesture); + [_this, "grabDrag"] call EFUNC(common,doGesture); }, _unit] call CBA_fnc_execNextFrame; // move a bit closer and adjust direction when trying to pick up a person diff --git a/addons/parachute/functions/fnc_doLanding.sqf b/addons/parachute/functions/fnc_doLanding.sqf index a0c71b5dbb..b80bc44d00 100644 --- a/addons/parachute/functions/fnc_doLanding.sqf +++ b/addons/parachute/functions/fnc_doLanding.sqf @@ -24,7 +24,7 @@ GVAR(PFH) = false; _unit setVariable [QGVAR(chuteIsCut), false, true]; [{ - (_this select 0) params ["_time", "_unit"]; + (_this select 0) params ["_time", "_unit"]; if (CBA_missionTime > _time + 1) then { [_unit, "Crouch"] call EFUNC(common,doGesture);