trailing spaces from other branches

master
Nat Goodspeed 2024-09-19 12:40:56 -04:00
parent 8342d68ea9
commit be40936881
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
// ... the method of conversion to the native character set depends on the // ... the method of conversion to the native character set depends on the
// character type used by source. // character type used by source.
// //
// * If the source character type is char, the encoding of the source is // * 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 // assumed to be the native narrow encoding (so no conversion takes place on
// POSIX systems). // POSIX systems).

View File

@ -3,7 +3,7 @@
* @author Nat Goodspeed * @author Nat Goodspeed
* @date 2023-10-03 * @date 2023-10-03
* @brief iostream manipulators to stream hex, or string with nonprinting chars * @brief iostream manipulators to stream hex, or string with nonprinting chars
* *
* $LicenseInfo:firstyear=2023&license=viewerlgpl$ * $LicenseInfo:firstyear=2023&license=viewerlgpl$
* Copyright (c) 2023, Linden Research, Inc. * Copyright (c) 2023, Linden Research, Inc.
* $/LicenseInfo$ * $/LicenseInfo$

View File

@ -25,7 +25,7 @@ def logsdir():
if (system == 'Darwin'): if (system == 'Darwin'):
base_dir = os.path.join(os.path.expanduser('~'), base_dir = os.path.join(os.path.expanduser('~'),
'Library','Application Support',app) 'Library','Application Support',app)
elif (system == 'Linux'): elif (system == 'Linux'):
base_dir = os.path.join(os.path.expanduser('~'), base_dir = os.path.join(os.path.expanduser('~'),
'.' + app.lower()) '.' + app.lower())
elif (system == 'Windows'): elif (system == 'Windows'):