diff options
author | Austin Clements <[email protected]> | 2011-08-29 16:12:01 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2011-08-29 16:12:01 -0400 |
commit | a7061b4f9717e85ebedf87244921d37babc5d8f4 (patch) | |
tree | d0da825082a1c7f179f2e8b04f1c9b9a6ccbe9e0 /defs.h | |
parent | 16f205b5c9de7b49dcff44f2f14377799624083a (diff) | |
download | xv6-labs-a7061b4f9717e85ebedf87244921d37babc5d8f4.tar.gz xv6-labs-a7061b4f9717e85ebedf87244921d37babc5d8f4.tar.bz2 xv6-labs-a7061b4f9717e85ebedf87244921d37babc5d8f4.zip |
Style nits; indentation and tabs
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ void release(struct spinlock*); void pushcli(void); void popcli(void); void initsleeplock(struct sleeplock*); -void acquire_sleeplock(struct sleeplock*,struct spinlock*); +void acquire_sleeplock(struct sleeplock*, struct spinlock*); void release_sleeplock(struct sleeplock*); int acquired_sleeplock(struct sleeplock*); |