more consistent spacing
This commit is contained in:
parent
c1b100e930
commit
e4d6a21165
17 changed files with 59 additions and 59 deletions
|
|
@ -335,7 +335,7 @@ sys_chdir(void)
|
|||
if(argstr(0, &path) < 0 || (ip = namei(path)) == 0)
|
||||
return -1;
|
||||
ilock(ip);
|
||||
if(ip->type != T_DIR) {
|
||||
if(ip->type != T_DIR){
|
||||
iunlockput(ip);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue