diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-25 03:46:18 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-25 04:00:35 +0200 |
commit | 3f3d072dd7be6c27a2813fa47bac13f30c8b5a27 (patch) | |
tree | 9d2ff997a6ff4aa0e9589a793a672548413ddcbd /chart2/source/model | |
parent | a8b395bff2111d7bf086b4cb44081dce10cca364 (diff) |
fix indentation
Change-Id: Ic2b5e14c3a80d826fd6a31023f3821a333aed2d0
Diffstat (limited to 'chart2/source/model')
-rw-r--r-- | chart2/source/model/main/ChartModel.cxx | 2 |
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(); } } |