compilerplugins/clang/dyncastvisibility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 89714f9e3ea07381f315686a16cc3ee4a7ccabeb Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Thu Nov 14 15:22:27 2024 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Thu Nov 14 17:13:32 2024 +0100 Fix indentation ...accidentally broken by 16e3b84d2e04cc3e976b59ca4cecd59ca1577cbc "Improve loplugin:dyncastvisibility to check for non-inline key functions" Change-Id: Ie840803b4223fae76bcd72973b6a072eaa5e1d40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176598 Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> Tested-by: Jenkins diff --git a/compilerplugins/clang/dyncastvisibility.cxx b/compilerplugins/clang/dyncastvisibility.cxx index 236e57b92671..c5f95c6ef273 100644 --- a/compilerplugins/clang/dyncastvisibility.cxx +++ b/compilerplugins/clang/dyncastvisibility.cxx @@ -66,7 +66,7 @@ bool isDerivedFrom( } derived = true; } - } + } return derived; }