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

@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;
ADDON = true;

View File

@@ -1,3 +1,3 @@
#include "script_component.hpp"
#include "XEH_PREP.hpp"
#include "XEH_PREP.hpp"

View File

@@ -32,4 +32,4 @@ class CfgVehicles {
};
#include "CfgEventHandlers.hpp"
#include "dialog.hpp"
#include "dialog.hpp"

View File

@@ -71,4 +71,4 @@ class armatak_udp_socket_start_dialog {
h = "0.055 * safezoneH";
};
};
};
};

View File

@@ -17,7 +17,7 @@
* [player] call armatak_client_fnc_convertClientLocation;
*
* Public: Yes
*/
*/
params["_latitude", "_longitude", "_altitude"];
@@ -82,4 +82,4 @@ switch (toLower worldName) do {
};
};
_realLocation
_realLocation

View File

@@ -26,4 +26,4 @@ private _speed = speed _unit / 3.6;
_payload = [_uuid, _pos select 0, _pos select 1, _pos select 2, _callsign, _bearing, _speed, _callsign];
_payload
_payload

View File

@@ -28,4 +28,4 @@ player setVariable [QGVAR(eudConnected), true];
}, 0.5, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic;
closeDialog 1;
closeDialog 1;