mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Formatting
(cherry picked from commit 3af22860759509d5040ff70618247031d96a095c)
This commit is contained in:
parent
8b11eb672a
commit
a7af2e9d20
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,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…
Add table
Add a link
Reference in a new issue