]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
json_pointer.c: fix whitespace
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 16 Nov 2016 09:34:29 +0000 (11:34 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 16 Nov 2016 14:15:53 +0000 (16:15 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
json_pointer.c

index f06aed03b5aebaeb43e23875fe2341ceb94422f9..a445e3bf77c545520d33bdbba0331d4672ec2490 100644 (file)
@@ -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;