Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f652337

Browse files
committed
Fix whitespace
1 parent ac8bc3b commit f652337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/jsonfuncs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ each_worker(PG_FUNCTION_ARGS, bool as_text)
972972

973973
pg_parse_json(lex, sem);
974974

975-
MemoryContextDelete(state->tmp_cxt);
975+
MemoryContextDelete(state->tmp_cxt);
976976

977977
rsi->setResult = state->tuple_store;
978978
rsi->setDesc = state->ret_tdesc;
@@ -1156,7 +1156,7 @@ elements_worker(PG_FUNCTION_ARGS, bool as_text)
11561156

11571157
pg_parse_json(lex, sem);
11581158

1159-
MemoryContextDelete(state->tmp_cxt);
1159+
MemoryContextDelete(state->tmp_cxt);
11601160

11611161
rsi->setResult = state->tuple_store;
11621162
rsi->setDesc = state->ret_tdesc;

0 commit comments

Comments
 (0)