From fb8533d776ca7899a13e33176a3e91b5e979cd60 Mon Sep 17 00:00:00 2001 From: bobbahbrown Date: Thu, 30 Jul 2020 00:18:34 -0300 Subject: [PATCH] whitespace --- code/controllers/subsystem/timer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm index ac4258c9799..f4ea741857d 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -383,7 +383,7 @@ SUBSYSTEM_DEF(timer) var/wait /// Unique hash generated when TIMER_UNIQUE flag is present var/hash - /// The source of the timedevent, whatever called addtimer + /// The source of the timedevent, whatever called addtimer var/source /// Flags associated with the timer, see _DEFINES/subsystems.dm var/list/flags