summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-25 03:46:18 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-25 04:00:35 +0200
commit3f3d072dd7be6c27a2813fa47bac13f30c8b5a27 (patch)
tree9d2ff997a6ff4aa0e9589a793a672548413ddcbd /chart2/source/model/main
parenta8b395bff2111d7bf086b4cb44081dce10cca364 (diff)
fix indentation
Change-Id: Ic2b5e14c3a80d826fd6a31023f3821a333aed2d0
Diffstat (limited to 'chart2/source/model/main')
-rw-r--r--chart2/source/model/main/ChartModel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx
index 2d2a84860145..f65f5403e327 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -1428,7 +1428,7 @@ void ChartModel::update()
{
mpChartView->setViewDirty();
mpChartView->update();
- mpChartView->updateOpenGLWindow();
+ mpChartView->updateOpenGLWindow();
}
}