summaryrefslogtreecommitdiff
path: root/drawinglayer/qa
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 13:55:33 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:13 -0400
commit8c35a5e785169cb5f7a092f4223dc86faff9a9fb (patch)
tree11e3265d43ebb708d5e7c951294851c346f60d9b /drawinglayer/qa
parentb342b524f0cdbbd804ebe324b672f9a2fc157877 (diff)
drawinglayer, sw: indentation fixes
Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5 (cherry picked from commit d5e07bd49ac6bcc8dc8573228e952da693241997)
Diffstat (limited to 'drawinglayer/qa')
-rw-r--r--drawinglayer/qa/unit/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx
index 65ff03d28fe3..7819193e0a87 100644
--- a/drawinglayer/qa/unit/border.cxx
+++ b/drawinglayer/qa/unit/border.cxx
@@ -119,7 +119,7 @@ void DrawinglayerBorderTest::testDoublePixelProcessing()
aMetaFile.WindStart();
bool bFirst = true;
sal_Int32 nHeight = 0;
- for(std::size_t nAction = 0; nAction < aMetaFile.GetActionSize(); ++nAction)
+ for (std::size_t nAction = 0; nAction < aMetaFile.GetActionSize(); ++nAction)
{
MetaAction* pAction = aMetaFile.GetAction(nAction);
if (pAction->GetType() == MetaActionType::POLYPOLYGON)