added end of line in all files

This commit is contained in:
Valmo Trindade
2025-07-16 12:46:12 -03:00
parent 2ab83a17b9
commit 83b9082e87
62 changed files with 72 additions and 71 deletions

View File

@@ -24,4 +24,4 @@ if (isNil "_group_name") then {
};
};
_group_name
_group_name

View File

@@ -37,4 +37,4 @@ if (!isNil "_pre_defined_role") then {
_callsign = _pre_defined_callsign;
};
_group_role
_group_role

View File

@@ -30,4 +30,4 @@ if (!isNil "armatak_attribute_marker_callsign" or armatak_attribute_marker_calls
_callsign = armatak_attribute_marker_callsign;
};
_callsign
_callsign

View File

@@ -117,4 +117,4 @@ if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '
_role = armatak_attribute_marker_type;
};
_role
_role

View File

@@ -22,4 +22,4 @@ if (!isNil "armatak_attribute_unit_callsign" or armatak_attribute_unit_callsign
_callsign = armatak_attribute_unit_callsign;
};
_callsign
_callsign

View File

@@ -11,4 +11,4 @@ if (isNil "_uuid") then {
_unit setVariable ["_atak_uid", _uuid];
};
_uuid
_uuid

View File

@@ -14,4 +14,4 @@ if (_nameCount == 1) then {
} else {
format ["%1 %2", _firstName select [0, 1], _lastName]
};
};
};