From c117d8a8a83d5bcdd433b05e1846ccb73eb3413d Mon Sep 17 00:00:00 2001 From: dota17 Date: Fri, 27 Mar 2020 13:04:50 +0800 Subject: add the disabling formatting coments and adjust the partial code manuly --- json_object_iterator.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json_object_iterator.c') 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; -- cgit v1.2.1