diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:56:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 11:18:42 +0100 |
commit | 16f153228461595e3ad82c3502fcb6b07cfe6f2a (patch) | |
tree | 2b2d56121a39adfd0d85165b1e031becdb32ad7e /svtools/qa | |
parent | f68f3b98cc47868cda3a75298a211c5735c0a4e7 (diff) |
loplugin:indentation in svtools
Change-Id: I5535acdf828f78d69ba8f6b4c990f9139ed3319b
Reviewed-on: https://gerrit.libreoffice.org/67566
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/qa')
-rw-r--r-- | svtools/qa/unit/testHtmlWriter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/qa/unit/testHtmlWriter.cxx b/svtools/qa/unit/testHtmlWriter.cxx index e1ef5650c8dc..ef207049c32c 100644 --- a/svtools/qa/unit/testHtmlWriter.cxx +++ b/svtools/qa/unit/testHtmlWriter.cxx @@ -152,8 +152,8 @@ void Test::testNested() HtmlWriter aHtml(aStream); aHtml.prettyPrint(false); aHtml.start("abc"); - aHtml.start("xyz"); - aHtml.end(); + aHtml.start("xyz"); + aHtml.end(); aHtml.end(); OString aString = extractFromStream(aStream); |