aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/src/TimerNode.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/TimerNode.cc b/Carpet/Carpet/src/TimerNode.cc
index 2ef20fcfd..fd242bc75 100644
--- a/Carpet/Carpet/src/TimerNode.cc
+++ b/Carpet/Carpet/src/TimerNode.cc
@@ -42,8 +42,8 @@ namespace Carpet {
using namespace std;
- TimerNode::TimerNode(TimerTree *tree, string name): d_name(name), d_parent(0),
- timer(0), d_tree(tree), d_running(0)
+ TimerNode::TimerNode(TimerTree *tree, string name):
+ d_name(name), d_parent(0), d_tree(tree), d_running(0), timer(0)
{
}