Skip to content

Commit ec07d0d

Browse files
committed
Clean up more indent breakage from 6377e12.
Per buildfarm member koel.
1 parent 6f0cef9 commit ec07d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/foreign/fdwapi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ typedef int (*AcquireSampleRowsFunc) (Relation relation, int elevel,
154154
double *totaldeadrows);
155155

156156
typedef bool (*AnalyzeForeignTable_function) (Relation relation,
157-
AcquireSampleRowsFunc * func,
157+
AcquireSampleRowsFunc *func,
158158
BlockNumber *totalpages);
159159

160160
typedef List *(*ImportForeignSchema_function) (ImportForeignSchemaStmt *stmt,

0 commit comments

Comments
 (0)