From 6d47e389213b086c1d920e1120b4b2bac05903f2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 10 Apr 2014 12:53:35 -0400 Subject: Fix whitespace in refcount-internal.h. --- libdimension/refcount-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension') diff --git a/libdimension/refcount-internal.h b/libdimension/refcount-internal.h index fb6d3c6..592bd5a 100644 --- a/libdimension/refcount-internal.h +++ b/libdimension/refcount-internal.h @@ -40,5 +40,5 @@ * @return Whether the object is now garbage. */ #define DMNSN_DECREF(object) \ - ((object) && ((object)->DMNSN_REFCOUNT_FIELD == 0 \ + ((object) && ((object)->DMNSN_REFCOUNT_FIELD == 0 \ || --(object)->DMNSN_REFCOUNT_FIELD == 0)) -- cgit v1.2.3