summaryrefslogtreecommitdiff
path: root/src/Timer.h
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-11-02 09:13:38 +0100
committerTim Besard <tim.besard@gmail.com>2011-11-02 09:13:38 +0100
commitc108197c20aa7b93849e383a3aaaf7b2bba30405 (patch)
treef05aa2ff019892dfc936ad2242d43373191f16cd /src/Timer.h
parenteb6995fb5a0f4382cb4a01d301423e74ea8babe6 (diff)
Formatting the source.
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h11
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:
};