Remove extraneous whitespaces

Co-Authored-By: mharis001 <34453221+mharis001@users.noreply.github.com>
This commit is contained in:
Whigital 2020-02-13 10:33:31 +01:00 committed by GitHub
parent ab7bb11091
commit 6244975316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ if (_object getVariable [QGVAR(testVar), false]) then {
// If the object already has tags attached, just add the new one to the list
private _attachedTags = _object getVariable QGVAR(attachedTags);
if (!isNil "_attachedTags ") exitWith {
if (!isNil "_attachedTags") exitWith {
_attachedTags pushBack _tag;
};