summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-11-07 15:06:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-11-08 07:15:08 +0100
commit1ec337b100755f7ad8cd5cb2c8acb072c6f18964 (patch)
tree959503956d029c892da78843a8eb0ea22d052d86 /include/rtl
parente0dca3d96cdbbc265f5014b4b9344740c6a72cf3 (diff)
Remove some trailing whitespace noise
...from ustring.hxx, in preparation of using its OUStringConstExpr as a blueprint for a corresponding OStringConstExpr in string.hxx Change-Id: I3bf89133e9308dd56e2041a2a5ebb68145fdd0e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142406 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/ustring.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 69575289f6f5..d7d529f55e3f 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -152,7 +152,7 @@ class OUStringConstExpr
public:
template<std::size_t N> constexpr OUStringConstExpr(OUStringLiteral<N> const & literal):
pData(const_cast<rtl_uString *>(&literal.str)) {}
-
+
// prevent mis-use
template<std::size_t N> constexpr OUStringConstExpr(OUStringLiteral<N> && literal)
= delete;
@@ -3388,7 +3388,6 @@ inline std::basic_ostream<charT, traits> & operator <<(
return stream << OUString( std::move(concat) );
}
-
/// @endcond
#endif