From acc2dcbbc3e08ddae654b8c64d735f93207c297a Mon Sep 17 00:00:00 2001 From: Tycho Date: Sun, 11 Jan 2015 21:53:20 +0000 Subject: [PATCH] Fix trailing whitespace --- src/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/World.h b/src/World.h index 4e5c9bceb..1f58ddbb7 100644 --- a/src/World.h +++ b/src/World.h @@ -912,7 +912,7 @@ private: bool m_BroadcastDeathMessages; bool m_BroadcastAchievementMessages; - bool m_IsDaylightCycleEnabled; + bool m_IsDaylightCycleEnabled; // std::chrono::milliseconds is guaranteed to be good for 292 years by the standard. std::chrono::milliseconds m_WorldAge; std::chrono::milliseconds m_TimeOfDay;