Fix whitespace

This commit is contained in:
Peter Eisentraut 2019-03-19 10:28:34 +01:00
parent 1f050c08f9
commit e537ac5182
2 changed files with 0 additions and 2 deletions

View File

@ -477,4 +477,3 @@ method:
| KEYVALUE_P { $$ = jpiKeyValue; } | KEYVALUE_P { $$ = jpiKeyValue; }
; ;
%% %%

View File

@ -635,4 +635,3 @@ jsonpath_yyfree(void *ptr)
if (ptr) if (ptr)
pfree(ptr); pfree(ptr);
} }