mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +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 */
|
||||
if (value)
|
||||
if (value)
|
||||
*value = obj;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user