From 8413463f3a334f14c55589e57d3e82dd594ef479 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 12 Apr 2016 23:18:25 -0700 Subject: Fix a style nit. --- include/jemalloc/internal/ph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/jemalloc/internal/ph.h b/include/jemalloc/internal/ph.h index 70b6e2c..4f91c33 100644 --- a/include/jemalloc/internal/ph.h +++ b/include/jemalloc/internal/ph.h @@ -211,7 +211,8 @@ a_prefix##new(a_ph_type *ph) \ memset(ph, 0, sizeof(ph(a_type))); \ } \ a_attr bool \ -a_prefix##empty(a_ph_type *ph) { \ +a_prefix##empty(a_ph_type *ph) \ +{ \ \ return (ph->ph_root == NULL); \ } \ -- cgit v0.12