Indentation fixes; suspect indent-emp is to blame.

This commit is contained in:
Markus Armbruster 2004-02-28 18:06:11 +00:00
parent aa4e268d89
commit e67dca9d29
29 changed files with 89 additions and 133 deletions

View file

@ -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;