summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/string.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/string.cxx')
-rw-r--r--comphelper/source/misc/string.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/string.cxx b/comphelper/source/misc/string.cxx
index 296c9ac016d3..ba84ff032b66 100644
--- a/comphelper/source/misc/string.cxx
+++ b/comphelper/source/misc/string.cxx
@@ -40,7 +40,7 @@
#include <com/sun/star/i18n/Collator.hpp>
-namespace comphelper { namespace string {
+namespace comphelper::string {
namespace
{
@@ -492,6 +492,6 @@ OUString setToken(const OUString& rIn, sal_Int32 nToken, sal_Unicode cTok,
return rIn;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */