mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
json_pointer.c: fix whitespace
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -159,7 +159,7 @@ static int json_pointer_get_recursive(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* We should be at the end of the recursion here */
|
/* We should be at the end of the recursion here */
|
||||||
if (value)
|
if (value)
|
||||||
*value = obj;
|
*value = obj;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user