Formatting

(cherry picked from commit 3af22860759509d5040ff70618247031d96a095c)
This commit is contained in:
Eelco Dolstra 2024-05-14 14:10:18 +02:00
parent 879d814a75
commit eee27e83e0

View File

@ -432,7 +432,7 @@ void deletePath(const Path & path)
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)
throw SysError("creating directory '%1%'", path);