From 4188ae6a093d935c7c983c7abb0a2fcb89f96c2a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Feb 2019 13:53:08 +0200 Subject: loplugin:indentation in registry..sax Change-Id: I4b877751818febaec8e64018335dca691a476a43 Reviewed-on: https://gerrit.libreoffice.org/67561 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sax/source/expatwrap/saxwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') 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) -- cgit