提交 a7061b4f 创建 作者: Austin Clements's avatar Austin Clements

Style nits; indentation and tabs

上级 16f205b5
...@@ -131,7 +131,7 @@ void release(struct spinlock*); ...@@ -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*);
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论