diff --git a/addons/markers/functions/fnc_onButtonClickConfirm.sqf b/addons/markers/functions/fnc_onButtonClickConfirm.sqf index c2f52fecfc..24d2068116 100644 --- a/addons/markers/functions/fnc_onButtonClickConfirm.sqf +++ b/addons/markers/functions/fnc_onButtonClickConfirm.sqf @@ -1,19 +1,19 @@ #include "script_component.hpp" /* -* Author: Freddo, Daniël H. -* When the confirm button is pressed. -* -* Arguments: -* 0: Confirm button -* -* Return Value: -* None -* -* Example: -* [_buttonOk] call ACE_markers_fnc_onButtonClickConfirm -* -* Public: No -*/ + * Author: Freddo, Daniël H. + * When the confirm button is pressed. + * + * Arguments: + * 0: Confirm button + * + * Return Value: + * None + * + * Example: + * [_buttonOk] call ACE_markers_fnc_onButtonClickConfirm + * + * Public: No + */ params ["_buttonOk"]; private _display = ctrlParent _buttonOk;