mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Formatting
(cherry picked from commit 3af22860759509d5040ff70618247031d96a095c)
This commit is contained in:
parent
ba13559bd9
commit
409d5c60b6
@ -421,7 +421,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);
|
||||
|
Loading…
Reference in New Issue
Block a user