summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-29 14:36:38 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-29 14:36:38 -0400
commitc7e9c5d1336cabd550e0c839d3e0465565638574 (patch)
tree9eb600a9968ed88297144ca92aecd437ae62a152
parentc06f753d5cf1531c41f0724bb6d4b24d28cec6aa (diff)
Zap trailing spaces.
-rw-r--r--indra/llcommon/llstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h
index c56ef9fb59..d65fb16f5b 100644
--- a/indra/llcommon/llstring.h
+++ b/indra/llcommon/llstring.h
@@ -569,7 +569,7 @@ template<typename SAME>
const SAME& ll_convert_to(const SAME& in)
{
return in;
-}
+}
template<typename TO,
typename FROM,