summaryrefslogtreecommitdiffstats
path: root/libdimension
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-04-10 12:53:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-04-10 12:53:35 -0400
commit6d47e389213b086c1d920e1120b4b2bac05903f2 (patch)
tree84de5156211e2723bc6305c02fddb5df0661bf18 /libdimension
parentb6daadb486e70502f1dd9fc1faeaf909933f13d8 (diff)
downloaddimension-6d47e389213b086c1d920e1120b4b2bac05903f2.tar.xz
Fix whitespace in refcount-internal.h.
Diffstat (limited to 'libdimension')
-rw-r--r--libdimension/refcount-internal.h2
1 files changed, 1 insertions, 1 deletions
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))