mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Remove trailing whitespace
This commit is contained in:
+3
-3
@@ -34,13 +34,13 @@ public:
|
||||
//Set functions
|
||||
int setEQTimeOfDay(TimeOfDay_Struct start_eq, time_t start_real);
|
||||
void setEQTimeZone(int32 in_timezone) { timezone=in_timezone; }
|
||||
|
||||
|
||||
//Time math/logic functions
|
||||
static bool IsTimeBefore(TimeOfDay_Struct *base, TimeOfDay_Struct *test); //is test before base
|
||||
static void AddMinutes(uint32 minutes, TimeOfDay_Struct *to);
|
||||
|
||||
|
||||
static void ToString(TimeOfDay_Struct *t, string &str);
|
||||
|
||||
|
||||
//Database functions
|
||||
//bool loadDB(Database q);
|
||||
//bool setDB(Database q);
|
||||
|
||||
Reference in New Issue
Block a user