1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

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