From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- include/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/timer.h') diff --git a/include/timer.h b/include/timer.h index ecea0556b..3a0127b7d 100644 --- a/include/timer.h +++ b/include/timer.h @@ -52,7 +52,7 @@ class CoreExport Timer */ bool repeat; - public: +public: /** Default constructor, initializes the triggering time * @param secs_from_now The number of seconds from now to trigger the timer * @param repeating Repeat this timer every secs_from_now seconds if set to true @@ -127,7 +127,7 @@ class CoreExport TimerManager final */ TimerMap Timers; - public: +public: /** Tick all pending Timers */ void TickTimers(); -- cgit v1.3.1-10-gc9f91