Skip to content

Commit

Permalink
json_pointer.c: fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Nov 16, 2016
1 parent 8e12f4a commit 97dd7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_pointer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97dd7d5

Please sign in to comment.