Skip to content

Commit e9e27ce

Browse files
Match pgindent on argValues continuation indent
Signed-off-by: David Christensen <david.christensen@snowflake.com>
1 parent 5d0db5d commit e9e27ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg_lake_engine/src/pgduck/parse_struct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ FindOrCreatePGCompositeType(CompositeType * type)
777777

778778
Oid argTypes[2] = {NAMEARRAYOID, OIDARRAYOID};
779779
Datum argValues[2] = {PointerGetDatum(nameArr),
780-
PointerGetDatum(oidArr)};
780+
PointerGetDatum(oidArr)};
781781

782782
Oid foundOid = InvalidOid;
783783
Oid foundArrayOid = InvalidOid;

0 commit comments

Comments
 (0)