spaces around else for rtm
This commit is contained in:
parent
e4d6a21165
commit
5516be1fed
12 changed files with 23 additions and 24 deletions
1
fs.c
1
fs.c
|
@ -358,7 +358,6 @@ bmap(struct inode *ip, uint bn, int alloc)
|
||||||
panic("bmap: out of range");
|
panic("bmap: out of range");
|
||||||
}
|
}
|
||||||
|
|
||||||
// PAGEBREAK: 30
|
|
||||||
// Truncate inode (discard contents).
|
// Truncate inode (discard contents).
|
||||||
static void
|
static void
|
||||||
itrunc(struct inode *ip)
|
itrunc(struct inode *ip)
|
||||||
|
|
Loading…
Reference in a new issue