Formatting

This commit is contained in:
Eelco Dolstra 2024-05-14 14:10:18 +02:00
parent ede95b1fc1
commit 58b7b3fd15

View file

@ -412,7 +412,7 @@ void deletePath(const fs::path & path)
deletePath(path, dummy); deletePath(path, dummy);
} }
void createDir(const Path &path, mode_t mode) void createDir(const Path & path, mode_t mode)
{ {
if (mkdir(path.c_str(), mode) == -1) if (mkdir(path.c_str(), mode) == -1)
throw SysError("creating directory '%1%'", path); throw SysError("creating directory '%1%'", path);