summaryrefslogtreecommitdiff
path: root/vcl/osx/HtmlFmtFlt.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-06-28 16:09:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-06-28 17:09:32 +0200
commitefab07a370c52e57c4a4adaed1ab90e232caaf0b (patch)
tree89c2427b0f23b9d013c4a2b9c57f4b1a7aea654b /vcl/osx/HtmlFmtFlt.cxx
parent2cc76ffcbe1f11f3b10a1a86b00f51e5ef179ac3 (diff)
loplugin:indentation (macOS)
Change-Id: Ia7b33ee93dbb4d27a2387af6e2dd247b5f0b0788 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118026 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx/HtmlFmtFlt.cxx')
-rw-r--r--vcl/osx/HtmlFmtFlt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/HtmlFmtFlt.cxx b/vcl/osx/HtmlFmtFlt.cxx
index 940bf90cbb87..3549ecd2104b 100644
--- a/vcl/osx/HtmlFmtFlt.cxx
+++ b/vcl/osx/HtmlFmtFlt.cxx
@@ -131,9 +131,9 @@ Sequence<sal_Int8> HTMLFormatToTextHtml(const Sequence<sal_Int8>& aHTMLFormat)
// It doesn't seem to be HTML? Well then simply return what has been
// provided in non-debug builds
if (htmlStartTag == nullptr)
- {
+ {
return aHTMLFormat;
- }
+ }
sal_Int32 len = dataEnd - htmlStartTag;
Sequence<sal_Int8> plainHtmlData(len);