mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Formatting
This commit is contained in:
parent
ede95b1fc1
commit
58b7b3fd15
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void deletePath(const fs::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);
|
||||
|
|
Loading…
Reference in a new issue