Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -294,9 +294,8 @@ ef_write(int type, int id, caddr_t ptr)
|
|||
}
|
||||
if (id >= ep->fids) {
|
||||
if (ep->flags & EFF_MEM) {
|
||||
logerror
|
||||
("file %s went beyond %d items; won't be able toread item w/o restart",
|
||||
ep->name, ep->fids);
|
||||
logerror("file %s went beyond %d items; won't be able toread item w/o restart",
|
||||
ep->name, ep->fids);
|
||||
} else {
|
||||
/* write expanded file; ep->fids = last id + 1 */
|
||||
ep->fids = id + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue