summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-07-09 08:34:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-07-09 09:15:52 +0200
commit010cf46e04907fa2503477ce4c0c85f465747034 (patch)
tree9e317f2dde9723098b23eaea5002d5012bd12462 /hwpfilter
parenta45876adc36a3764cfeadb1737e5dcfb7ffee9da (diff)
loplugin:indentation (clang-cl)
Change-Id: Iae559ca8bee9650c01167a4d1b918e18cbf03c28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118660 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hcode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx
index dfd9af78b4b8..ff133cebd25a 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -1352,10 +1352,10 @@ char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar)
{
std::string ret;
if( !_strnicmp(src, "http", 4))
- {
+ {
// nothing special here, just copy
}
- else
+ else
{
unsigned int srclen = strlen(src);
if (3 < srclen)