Style nits; indentation and tabs

This commit is contained in:
Austin Clements 2011-08-29 16:12:01 -04:00
parent 16f205b5c9
commit a7061b4f97
5 changed files with 36 additions and 36 deletions

2
vm.c
View file

@ -137,7 +137,7 @@ setupkvm(char* (*alloc)(void))
panic("PHYSTOP too high");
for(k = kmap; k < &kmap[NELEM(kmap)]; k++)
if(mappages(pgdir, k->virt, k->phys_end - k->phys_start, (uint)k->phys_start,
k->perm, alloc) < 0)
k->perm, alloc) < 0)
return 0;
return pgdir;