summaryrefslogtreecommitdiffstats
path: root/grapher/Graph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Graph.cxx')
-rw-r--r--grapher/Graph.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/grapher/Graph.cxx b/grapher/Graph.cxx
index d36f284f..ec5e4035 100644
--- a/grapher/Graph.cxx
+++ b/grapher/Graph.cxx
@@ -10,9 +10,9 @@ namespace systemtap
using namespace std::tr1;
Graph::Graph()
- : _left(0.0), _right(1.0), _top(5.0), _bottom(0.0), _lineWidth(2),
- _autoScaling(true), _autoScrolling(true), _zoomFactor(1.0),
- _playButton(new CairoPlayButton)
+ : _lineWidth(2), _autoScaling(true), _autoScrolling(true),
+ _zoomFactor(1.0), _playButton(new CairoPlayButton),
+ _left(0.0), _right(1.0), _top(5.0), _bottom(0.0)
{
}