summaryrefslogtreecommitdiff
path: root/sw/qa/extras/tiledrendering
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-03-27 09:10:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-03-27 09:10:33 +0200
commit6dc7d10e038f15c26b7c0732d730eeef2c5c3520 (patch)
tree04ee816b2eb551de44cfe3e3517e1d63da863520 /sw/qa/extras/tiledrendering
parentc6adcf85eb1c68ac05794f115d62e25667ec3f6a (diff)
Indentation fixes
Change-Id: Idbd31b84f252abdab1787945c4964173ad5765ba
Diffstat (limited to 'sw/qa/extras/tiledrendering')
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 195cde9c31fc..4aee6c1d7ff2 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -38,7 +38,8 @@ static const char* const DATA_DIRECTORY = "/sw/qa/extras/tiledrendering/data/";
static std::ostream& operator<<(std::ostream& os, ViewShellId id)
{
- os << (sal_Int32)id; return os;
+ os << (sal_Int32)id;
+ return os;
}
/// Testsuite for the SwXTextDocument methods implementing the vcl::ITiledRenderable interface.