summaryrefslogtreecommitdiff
path: root/src/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/timer.h')
-rw-r--r--src/common/timer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/timer.h b/src/common/timer.h
index e24ac35..9029ba7 100644
--- a/src/common/timer.h
+++ b/src/common/timer.h
@@ -29,8 +29,7 @@
namespace CCHECKER {
-class Timer
-{
+class Timer {
public:
Timer(void);
virtual ~Timer(void);
@@ -45,7 +44,7 @@ public:
protected:
// This is for derived class member function.
- virtual void job(void){}
+ virtual void job(void) {}
void run();