From e4d6a21165c01dd743a68e323fb06708ef820ab7 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 18:32:08 +0000 Subject: more consistent spacing --- sysfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysfile.c') diff --git a/sysfile.c b/sysfile.c index 0b7cb9e..400d395 100644 --- a/sysfile.c +++ b/sysfile.c @@ -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; } -- cgit v1.2.3