From e61e4e56994c22221dcc0e9f4c2cb62fd63ac823 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Oct 2018 14:09:50 +0200 Subject: clang-tidy readability-misleading-indentation Change-Id: I4673fc7c694924b41d048a1918ddb8b0e0af1f79 Reviewed-on: https://gerrit.libreoffice.org/61935 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/docvw/srcedtw.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/uibase/docvw/srcedtw.cxx') diff --git a/sw/source/uibase/docvw/srcedtw.cxx b/sw/source/uibase/docvw/srcedtw.cxx index dcf094fe22fb..288bcd774716 100644 --- a/sw/source/uibase/docvw/srcedtw.cxx +++ b/sw/source/uibase/docvw/srcedtw.cxx @@ -443,9 +443,9 @@ void TextViewOutWin::Command( const CommandEvent& rCEvt ) default: if ( pTextView ) - pTextView->Command( rCEvt ); - else - Window::Command(rCEvt); + pTextView->Command( rCEvt ); + else + Window::Command(rCEvt); } } -- cgit