Fix a style nit.
This commit is contained in:
parent
bab58ef401
commit
8413463f3a
@ -211,7 +211,8 @@ a_prefix##new(a_ph_type *ph) \
|
|||||||
memset(ph, 0, sizeof(ph(a_type))); \
|
memset(ph, 0, sizeof(ph(a_type))); \
|
||||||
} \
|
} \
|
||||||
a_attr bool \
|
a_attr bool \
|
||||||
a_prefix##empty(a_ph_type *ph) { \
|
a_prefix##empty(a_ph_type *ph) \
|
||||||
|
{ \
|
||||||
\
|
\
|
||||||
return (ph->ph_root == NULL); \
|
return (ph->ph_root == NULL); \
|
||||||
} \
|
} \
|
||||||
|
Loading…
Reference in New Issue
Block a user