diff options
author | Tim Besard <tim.besard@gmail.com> | 2011-11-02 09:13:38 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@gmail.com> | 2011-11-02 09:13:38 +0100 |
commit | c108197c20aa7b93849e383a3aaaf7b2bba30405 (patch) | |
tree | f05aa2ff019892dfc936ad2242d43373191f16cd /src/Timer.h | |
parent | eb6995fb5a0f4382cb4a01d301423e74ea8babe6 (diff) |
Formatting the source.
Diffstat (limited to 'src/Timer.h')
-rw-r--r-- | src/Timer.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Timer.h b/src/Timer.h index ba2c503..abc52af 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -9,7 +9,6 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ - #if !defined(Timer_h) #define Timer_h @@ -17,11 +16,11 @@ class Timer { public: - static double seconds(); - static double resolution(); - static int64 ticks(); - static void calibrate(); - static void calibrate(int n); + static double seconds(); + static double resolution(); + static int64 ticks(); + static void calibrate(); + static void calibrate(int n); private: }; |