summaryrefslogtreecommitdiff
path: root/json_object_iterator.c
diff options
context:
space:
mode:
authordota17 <chenguopingdota@163.com>2020-03-27 13:04:50 +0800
committerdota17 <chenguopingdota@163.com>2020-04-03 11:28:04 +0800
commitc117d8a8a83d5bcdd433b05e1846ccb73eb3413d (patch)
tree3105c0ed492366534aa812754c649fc96a202abe /json_object_iterator.c
parenta8cec740f01ea4ec92e8728fcc82c2edb96bd7dd (diff)
downloadjson-c-c117d8a8a83d5bcdd433b05e1846ccb73eb3413d.tar.gz
add the disabling formatting coments and adjust the partial code manuly
Diffstat (limited to 'json_object_iterator.c')
-rw-r--r--json_object_iterator.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/json_object_iterator.c b/json_object_iterator.c
index f8d69ab..b5d9a55 100644
--- a/json_object_iterator.c
+++ b/json_object_iterator.c
@@ -153,10 +153,10 @@ json_object_iter_init_default(void)
struct json_object_iterator iter;
/**
- * @note Make this a negative, invalid value, such that
- * accidental access to it would likely be trapped by the
- * hardware as an invalid address.
- */
+ * @note Make this a negative, invalid value, such that
+ * accidental access to it would likely be trapped by the
+ * hardware as an invalid address.
+ */
iter.opaque_ = NULL;
return iter;