File standardisation (#13131)

* Adds the check components

* Adds in trailing newlines

* Converts all CRLF to LF

* Post merge EOF

* Post merge line endings

* Final commit
This commit is contained in:
AffectedArc07
2020-03-17 22:08:51 +00:00
committed by GitHub
parent ec19ea3d2d
commit 04ba5c1cc9
1451 changed files with 183694 additions and 183593 deletions
@@ -134,4 +134,4 @@ GLOBAL_LIST_EMPTY(antagonists)
//Displayed at the end of roundend_category section
/datum/antagonist/proc/roundend_report_footer()
return
return
@@ -16,4 +16,4 @@
continue
var/datum/team/T = A.get_team()
if(!team_type || istype(T, team_type))
. |= T
. |= T
@@ -77,4 +77,4 @@
/datum/mindslaves/proc/leave_serv_hud(datum/mind/free_mind)
thrallhud.leave_hud(free_mind.current)
set_antag_hud(free_mind.current, null)
set_antag_hud(free_mind.current, null)
@@ -38,4 +38,4 @@
var/datum/objective/steal_five_of_type/summon_magic/magic = new
magic.owner = owner
objectives += magic
..()
..()
@@ -75,4 +75,4 @@
H.mutations.Add(LASER)
H.update_mutations()
H.update_body()
H.update_body()