[Libreoffice-commits] core.git: sw/source
Justin Luth
justin_luth at sil.org
Wed Jun 28 15:59:03 UTC 2017
sw/source/core/crsr/findtxt.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 419295f17974378a7ca79db7ea393df82a3f4f05
Author: Justin Luth <justin_luth at sil.org>
Date: Tue Jun 27 10:17:14 2017 -0400
sw:findtxt - whitespace cleanup
Change-Id: I4294617a1cc6cf123dd4bb8efd8c233ba782fdfe
Reviewed-on: https://gerrit.libreoffice.org/39360
Reviewed-by: Justin Luth <justin_luth at sil.org>
Tested-by: Justin Luth <justin_luth at sil.org>
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;
More information about the Libreoffice-commits
mailing list