mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Code formatting
This commit is contained in:
parent
f9e3f865b1
commit
b91a4b4982
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ int main (int argc, char** argv)
|
|||
t.notok (d9.up (), "parent / --> false");
|
||||
|
||||
// Test permissions.
|
||||
umask(0022);
|
||||
umask (0022);
|
||||
Directory d10 ("tmp/dir.perm");
|
||||
d10.create (0750);
|
||||
t.ok (d10.exists (), "Directory::create perm file exists");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue