From: Alexandru Ardelean Date: Wed, 16 Nov 2016 09:34:29 +0000 (+0200) Subject: json_pointer.c: fix whitespace X-Git-Tag: json-c-0.13-20171207~112^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97dd7d5103f4038f3333b54615f5d233852acdb4;p=thirdparty%2Fjson-c.git json_pointer.c: fix whitespace Signed-off-by: Alexandru Ardelean --- diff --git a/json_pointer.c b/json_pointer.c index f06aed03..a445e3bf 100644 --- a/json_pointer.c +++ b/json_pointer.c @@ -159,7 +159,7 @@ static int json_pointer_get_recursive( } /* We should be at the end of the recursion here */ - if (value) + if (value) *value = obj; return 0;