diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-07-09 08:34:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-07-09 09:15:52 +0200 |
commit | 010cf46e04907fa2503477ce4c0c85f465747034 (patch) | |
tree | 9e317f2dde9723098b23eaea5002d5012bd12462 /jvmfwk | |
parent | a45876adc36a3764cfeadb1737e5dcfb7ffee9da (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 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx index df14c0841bf9..bc66d68de052 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx @@ -614,7 +614,7 @@ static void addJavaInfoFromWinReg( { getAndAddJREInfoByPath(javaHome, allInfos, addedInfos); } - } + } vecJavaHome.clear(); if (getJavaInfoFromRegistry(L"Software\\JavaSoft\\JDK", vecJavaHome)) { |