Fix a style nit.

This commit is contained in:
Jason Evans 2016-04-12 23:18:25 -07:00
parent bab58ef401
commit 8413463f3a

View File

@ -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); \
} \ } \