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

This commit is contained in:
Iamgoofball
2022-02-25 00:36:17 -08:00
committed by GitHub
parent e8da3fe8cf
commit 95801c7035
@@ -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)