diff options
author | Justin Luth <justin_luth@sil.org> | 2017-06-27 10:17:14 -0400 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2017-06-28 17:58:40 +0200 |
commit | 419295f17974378a7ca79db7ea393df82a3f4f05 (patch) | |
tree | d1651c8c2dd78097543f011177cdc54c4046441c /sw | |
parent | e9bae752fe762e82137e709a39f74e4db0b9af31 (diff) |
sw:findtxt - whitespace cleanup
Change-Id: I4294617a1cc6cf123dd4bb8efd8c233ba782fdfe
Reviewed-on: https://gerrit.libreoffice.org/39360
Reviewed-by: Justin Luth <justin_luth@sil.org>
Tested-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/findtxt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx index 01fb86ba1253..4f91d9d62e0a 100644 --- a/sw/source/core/crsr/findtxt.cxx +++ b/sw/source/core/crsr/findtxt.cxx @@ -155,12 +155,12 @@ lcl_CleanStr(const SwTextNode& rNd, sal_Int32 const nStart, sal_Int32& rEnd, if ( bEmpty ) aReplaced.push_back( nAkt ); buf[nAkt] = '\x7f'; - } + } } break; - default: - OSL_FAIL( "unknown case in lcl_CleanStr" ); - break; + default: + OSL_FAIL( "unknown case in lcl_CleanStr" ); + break; } } ++n; |