diff options
| author | RolfKal <rolf.kalbermatter@kalbermatter.nl> | 2025-10-16 22:56:21 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-10-21 00:50:27 +0300 |
| commit | 2adf1bbdcb64a86614cbe565636fe9203eaa7994 (patch) | |
| tree | 9194cfd19ce8027bdbb3b440485b7e4df978b8d4 | |
| parent | 49a850ccc14de253f9645427594f25c74931e4c5 (diff) | |
Remove trailing space
| -rw-r--r-- | indra/llcommon/llfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index 9d9c3cd08b..9747bb67d8 100644 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -135,7 +135,7 @@ public: /// check if filename is an existing directory static bool isdir(const std::string& filename); ///< @returns true if the path is for an existing directory - + /// check if filename is an existing file static bool isfile(const std::string& filename); ///< @returns true if the path is for an existing file |
