summaryrefslogtreecommitdiff
path: root/sal
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 /sal
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 'sal')
-rw-r--r--sal/osl/w32/profile.cxx6
-rw-r--r--sal/osl/w32/salinit.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx
index 17540f65e424..a0790c3de632 100644
--- a/sal/osl/w32/profile.cxx
+++ b/sal/osl/w32/profile.cxx
@@ -1977,10 +1977,10 @@ static bool releaseProfile(osl_TProfileImpl* pProfile)
else
{
#ifdef DEBUG_OSL_PROFILE
- SAL_INFO("sal.osl", "DEFAULT MODE");
+ SAL_INFO("sal.osl", "DEFAULT MODE");
#endif
- if (! (pProfile->m_Flags & (osl_Profile_READLOCK |
- osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE)))
+ if (! (pProfile->m_Flags & (osl_Profile_READLOCK |
+ osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE)))
{
if (pProfile->m_Flags & FLG_MODIFIED)
storeProfile(pProfile, false);
diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx
index 9b89cebc20ab..c0b91712726a 100644
--- a/sal/osl/w32/salinit.cxx
+++ b/sal/osl/w32/salinit.cxx
@@ -58,9 +58,9 @@ void sal_detail_initialize(int argc, char ** argv)
if ((LOBYTE(wsaData.wVersion) < wMajorVersionRequired) ||
((LOBYTE(wsaData.wVersion) == wMajorVersionRequired) &&
(HIBYTE(wsaData.wVersion) < wMinorVersionRequired)))
- {
- // How to handle a very unlikely error ???
- }
+ {
+ // How to handle a very unlikely error ???
+ }
}
else
{