fix up a whitespace screwup I made.
This commit is contained in:
parent
7390eb268b
commit
2643309508
@ -262,13 +262,13 @@ union mcluster {
|
||||
}
|
||||
|
||||
#define MCLFREE1(p) \
|
||||
do { \
|
||||
do { \
|
||||
if (--mclrefcnt[mtocl(p)] == 0) { \
|
||||
((union mcluster *)(p))->mcl_next = mclfree; \
|
||||
mclfree = (union mcluster *)(p); \
|
||||
mbstat.m_clfree++; \
|
||||
} \
|
||||
} while (0)
|
||||
} while (0)
|
||||
|
||||
#define MCLFREE(p) \
|
||||
MBUFLOCK( \
|
||||
|
Loading…
x
Reference in New Issue
Block a user