[MIRROR] Fixes some code style issues for more free GBP [MDB IGNORE] (#11741)

* Fixes some code style issues for more free GBP (#65133)

* Fixes some code style issues for more free GBP

Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
This commit is contained in:
SkyratBot
2022-02-26 02:45:35 -05:00
committed by GitHub
co-authored by Iamgoofball
parent 87a1304072
commit 224ce514e7
@@ -229,14 +229,14 @@
/proc/_step_away(ref, trg, max)
step_away(ref, trg, max)
/proc/_has_trait(datum/thing,trait)
return HAS_TRAIT(thing,trait)
/proc/_has_trait(datum/thing, trait)
return HAS_TRAIT(thing, trait)
/proc/_add_trait(datum/thing,trait,source)
ADD_TRAIT(thing,trait,source)
/proc/_add_trait(datum/thing, trait, source)
ADD_TRAIT(thing, trait, source)
/proc/_remove_trait(datum/thing,trait,source)
REMOVE_TRAIT(thing,trait,source)
/proc/_remove_trait(datum/thing, trait, source)
REMOVE_TRAIT(thing, trait, source)
/proc/_winset(player, control_id, params)
winset(player, control_id, params)