From 97dd7d5103f4038f3333b54615f5d233852acdb4 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 16 Nov 2016 11:34:29 +0200 Subject: [PATCH] json_pointer.c: fix whitespace Signed-off-by: Alexandru Ardelean --- json_pointer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_pointer.c b/json_pointer.c index f06aed0..a445e3b 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;