mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 23:58:25 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -45,22 +45,22 @@ namespace Test
|
||||
public:
|
||||
Time();
|
||||
Time(unsigned int sec, unsigned int usec);
|
||||
|
||||
|
||||
unsigned int seconds() const;
|
||||
unsigned int microseconds() const;
|
||||
|
||||
|
||||
static Time current();
|
||||
|
||||
|
||||
friend Time operator+(const Time& t1, const Time& t2);
|
||||
friend Time operator-(const Time& t1, const Time& t2);
|
||||
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& os, const Time& t);
|
||||
|
||||
|
||||
private:
|
||||
unsigned int _sec;
|
||||
unsigned int _usec;
|
||||
};
|
||||
|
||||
|
||||
} // namespace Test
|
||||
|
||||
#endif // #ifndef CPPTEST_TIME_H
|
||||
|
||||
Reference in New Issue
Block a user