diff options
author | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
---|---|---|
committer | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
commit | d230302b16474ff22a35243ffed6236ef4fc7fb9 (patch) | |
tree | e3679ad841a47b275756f2721f9aa24a3ee548a6 /dep/src/zthread/macos/UpTimeStrategy.h | |
parent | b0694d7e5e794b361fa178d55fefdb98cf47e9ca (diff) |
Replace tabs with spaces in more files.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/zthread/macos/UpTimeStrategy.h')
-rw-r--r-- | dep/src/zthread/macos/UpTimeStrategy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/src/zthread/macos/UpTimeStrategy.h b/dep/src/zthread/macos/UpTimeStrategy.h index f2056e14ca2..0f7962d7eca 100644 --- a/dep/src/zthread/macos/UpTimeStrategy.h +++ b/dep/src/zthread/macos/UpTimeStrategy.h @@ -40,7 +40,7 @@ class TimeStrategy { unsigned long _s; public: - + TimeStrategy() { // Get the absolute time in milliseconds relative to the program startup @@ -53,12 +53,12 @@ class TimeStrategy { _ms = now % 1000; } - + inline unsigned long seconds() const { return _s; } - inline unsigned long milliseconds() const { + inline unsigned long milliseconds() const { return _ms; } |