Skip to content

Commit e1a8b1a

Browse files
Re-pgindent pg_largeobject.c after commit 0d6c477.
1 parent c0962a1 commit e1a8b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/pg_largeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LargeObjectCreate(Oid loid)
4141
Datum values[Natts_pg_largeobject_metadata];
4242
bool nulls[Natts_pg_largeobject_metadata];
4343
Oid ownerId;
44-
Acl *lomacl;
44+
Acl *lomacl;
4545

4646
pg_lo_meta = table_open(LargeObjectMetadataRelationId,
4747
RowExclusiveLock);

0 commit comments

Comments
 (0)