diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-29 14:36:38 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-29 14:36:38 -0400 |
commit | c7e9c5d1336cabd550e0c839d3e0465565638574 (patch) | |
tree | 9eb600a9968ed88297144ca92aecd437ae62a152 | |
parent | c06f753d5cf1531c41f0724bb6d4b24d28cec6aa (diff) |
Zap trailing spaces.
-rw-r--r-- | indra/llcommon/llstring.h | 2 |
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, |