Revert "Format sources"

This reverts commit 6ef992d9f0.
pull/475/head
Artem Gavrilov 2024-07-18 15:43:50 +02:00
parent 3e0b194764
commit 6a70322858
4 changed files with 62 additions and 63 deletions

View File

@ -238,8 +238,7 @@ pgsm_attach_shmem(void)
MemoryContextSwitchTo(oldcontext);
}
MemoryContext
GetPgsmMemoryContext(void)
MemoryContext GetPgsmMemoryContext(void)
{
return pgsmStateLocal.pgsm_mem_cxt;
}