json_pointer.c: fix whitespace

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2016-11-16 11:34:29 +02:00
parent 8e12f4a21c
commit 97dd7d5103

View 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;