Remove trailing space

master
RolfKal 2025-10-16 22:56:21 +02:00 committed by Andrey Kleshchev
parent 49a850ccc1
commit 2adf1bbdcb
1 changed files with 1 additions and 1 deletions

View File

@ -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