Skip to content

Commit c0598bf

Browse files
committed
Whitespace
1 parent abbd7a0 commit c0598bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/postgresql_stubs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,8 +1249,7 @@ CAMLprim intnat PQputCopyEnd_stub(value v_conn, value v_msg_opt)
12491249
caml_enter_blocking_section();
12501250
res = PQputCopyEnd(conn, msg);
12511251
caml_leave_blocking_section();
1252-
if (msg)
1253-
caml_stat_free(msg);
1252+
if (msg) caml_stat_free(msg);
12541253
CAMLreturn(res);
12551254
}
12561255

0 commit comments

Comments
 (0)