mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix code indentation violations
Commitsce5aaea8cd
,2b8b2852bb
and28d03feac3
violated the expected code indentation rules, upsetting the new buildfarm member "koel." Discussion: https://postgr.es/m/ZKIU4mhWpgJOM0W0%40paquier.xyz
This commit is contained in:
@ -3986,8 +3986,8 @@ afterTriggerCheckState(AfterTriggerShared evtshared)
|
||||
static Bitmapset *
|
||||
afterTriggerCopyBitmap(Bitmapset *src)
|
||||
{
|
||||
Bitmapset *dst;
|
||||
MemoryContext oldcxt;
|
||||
Bitmapset *dst;
|
||||
MemoryContext oldcxt;
|
||||
|
||||
if (src == NULL)
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user