diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-04-19 13:55:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-04-19 13:55:47 +0200 |
commit | d5e07bd49ac6bcc8dc8573228e952da693241997 (patch) | |
tree | cf507b2894e7d33f82564173333dcd9819504c4b /drawinglayer | |
parent | 2efd20c7a18fe5e864509c75443883ccf35bc3a4 (diff) |
drawinglayer, sw: indentation fixes
Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/qa/unit/border.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx index 9f0c62187801..7e8791d19faa 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) |