From 133975b5a2ceca273182829f2f11042a5276c2f0 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 16 Nov 2019 21:17:48 -0800 Subject: Tabs -> spaces everywhere --- Source/Random.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Random.h') diff --git a/Source/Random.h b/Source/Random.h index 179f0fa..46287a1 100644 --- a/Source/Random.h +++ b/Source/Random.h @@ -4,9 +4,9 @@ class Random { public: - static void SetSeed(int seed); - static int RandInt(int min, int max); + static void SetSeed(int seed); + static int RandInt(int min, int max); private: - static int s_seed; + static int s_seed; }; -- cgit 1.4.1