Tab police

This commit is contained in:
Austin Clements 2010-09-01 00:32:27 -04:00
parent 5c4dc7395b
commit 5efca9054f
4 changed files with 15 additions and 15 deletions

View file

@ -18,8 +18,8 @@ static void consputc(int);
static int panicked = 0;
static struct {
struct spinlock lock;
int locking;
struct spinlock lock;
int locking;
} cons;
static void