[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Mon Oct 30 20:46:42 UTC 2017


 sw/source/core/layout/wsfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0379091790d47c6c671d1f27ec5b17b1630f9d9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 30 20:31:31 2017 +0000

    Werror=misleading-indentation
    
    Change-Id: Iaf7953671a4b04ac8068ed9df499b311600f742e

diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 40ffaa5d0eec..7315468feac9 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1613,7 +1613,7 @@ SwTwips SwFrame::AdjustNeighbourhood( SwTwips nDiff, bool bTst )
         if ( pFrame->GetNext() )
             pFrame->GetNext()->InvalidatePos_();
 
-            if( nReal < 0 && pFrame->IsInSct() )
+        if( nReal < 0 && pFrame->IsInSct() )
         {
             SwLayoutFrame* pUp = pFrame->GetUpper();
             if( pUp && nullptr != ( pUp = pUp->GetUpper() ) && pUp->IsSctFrame() &&


More information about the Libreoffice-commits mailing list