1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-01-15 21:14:28 -05:00
parent b1365ff7a8
commit a687ec7d5b
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg)
++hdr->workers_ready;
SpinLockRelease(&hdr->mutex);
registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid);
if (registrant == NULL)
if (registrant == NULL)
{
elog(DEBUG1, "registrant backend has exited prematurely");
proc_exit(1);