summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-19 12:40:56 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-19 12:40:56 -0400
commitbe40936881a747893d03c5c003914efb3867ccd1 (patch)
treee2fa18a02354682d9098c3cc4b7048aae1f38848
parent8342d68ea9d668162bffb6e821c9d8f8d5683c10 (diff)
trailing spaces from other branches
-rw-r--r--indra/llcommon/fsyspath.h2
-rwxr-xr-xindra/llcommon/hexdump.h2
-rw-r--r--scripts/perf/logsdir.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/fsyspath.h b/indra/llcommon/fsyspath.h
index 5fa4c8ad1b..1b4aec09b4 100644
--- a/indra/llcommon/fsyspath.h
+++ b/indra/llcommon/fsyspath.h
@@ -20,7 +20,7 @@
// ... the method of conversion to the native character set depends on the
// character type used by source.
-//
+//
// * If the source character type is char, the encoding of the source is
// assumed to be the native narrow encoding (so no conversion takes place on
// POSIX systems).
diff --git a/indra/llcommon/hexdump.h b/indra/llcommon/hexdump.h
index 234168cd61..ab5ba2b16d 100755
--- a/indra/llcommon/hexdump.h
+++ b/indra/llcommon/hexdump.h
@@ -3,7 +3,7 @@
* @author Nat Goodspeed
* @date 2023-10-03
* @brief iostream manipulators to stream hex, or string with nonprinting chars
- *
+ *
* $LicenseInfo:firstyear=2023&license=viewerlgpl$
* Copyright (c) 2023, Linden Research, Inc.
* $/LicenseInfo$
diff --git a/scripts/perf/logsdir.py b/scripts/perf/logsdir.py
index c8b498cf78..5ab45a28b6 100644
--- a/scripts/perf/logsdir.py
+++ b/scripts/perf/logsdir.py
@@ -25,7 +25,7 @@ def logsdir():
if (system == 'Darwin'):
base_dir = os.path.join(os.path.expanduser('~'),
'Library','Application Support',app)
- elif (system == 'Linux'):
+ elif (system == 'Linux'):
base_dir = os.path.join(os.path.expanduser('~'),
'.' + app.lower())
elif (system == 'Windows'):