summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:53:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:08:00 +0100
commit4188ae6a093d935c7c983c7abb0a2fcb89f96c2a (patch)
tree1546698631a17520fab828822672ba874dddeeb4 /sax
parent82b91027691a0a7138c0f70b94d6500e35bb8b44 (diff)
loplugin:indentation in registry..sax
Change-Id: I4b877751818febaec8e64018335dca691a476a43 Reviewed-on: https://gerrit.libreoffice.org/67561 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index a2140bf81c26..52160629f574 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -1380,7 +1380,7 @@ void SAXWriter::allowLineBreak( )
throw SAXException();
}
- m_bAllowLineBreak = true;
+ m_bAllowLineBreak = true;
}
void SAXWriter::unknown(const OUString& sString)