Convert tab after #define to space
This commit is contained in:
parent
243a15052f
commit
25d29c8f8f
32 changed files with 186 additions and 186 deletions
|
@ -34,7 +34,7 @@
|
|||
#ifndef QUEUE_H
|
||||
#define QUEUE_H
|
||||
|
||||
#define QEMPTY(p) ((p)->q_forw == (p))
|
||||
#define QEMPTY(p) ((p)->q_forw == (p))
|
||||
|
||||
struct emp_qelem {
|
||||
struct emp_qelem *q_forw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue