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
defs.h
View file

@ -131,7 +131,7 @@ void release(struct spinlock*);
void pushcli(void); void pushcli(void);
void popcli(void); void popcli(void);
void initsleeplock(struct sleeplock*); void initsleeplock(struct sleeplock*);
void acquire_sleeplock(struct sleeplock*,struct spinlock*); void acquire_sleeplock(struct sleeplock*, struct spinlock*);
void release_sleeplock(struct sleeplock*); void release_sleeplock(struct sleeplock*);
int acquired_sleeplock(struct sleeplock*); int acquired_sleeplock(struct sleeplock*);