summaryrefslogtreecommitdiffstats
path: root/jv.h
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-19 09:36:16 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-19 09:38:50 -0700
commit1628bbf95f8a58424dd3928692fcbf0f307272ec (patch)
treece657626168767a27725e269b0a569c5993d0b48 /jv.h
parent812703139c5c1836a97456eb9a0b84f49b8cc850 (diff)
Clean up trailing whitespace
Diffstat (limited to 'jv.h')
-rw-r--r--jv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jv.h b/jv.h
index 98ac5e0f..05cb61f8 100644
--- a/jv.h
+++ b/jv.h
@@ -154,7 +154,7 @@ jv jv_object_iter_value(jv, int);
#define JV_OBJECT_IDX(_1,_2,_3,_4,_5,_6,_7,_8,NAME,...) NAME
#define JV_OBJECT(...) \
JV_OBJECT_IDX(__VA_ARGS__, JV_OBJECT_8, JV_OBJECT_7, JV_OBJECT_6, JV_OBJECT_5, JV_OBJECT_4, JV_OBJECT_3, JV_OBJECT_2, JV_OBJECT_1)(__VA_ARGS__)
-
+
int jv_get_refcnt(jv);