Clean up more indent breakage from 6377e12a5.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Apr 2024 17:00:40 +0000 (13:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Apr 2024 17:00:40 +0000 (13:00 -0400)
Per buildfarm member koel.

src/include/foreign/fdwapi.h

index 7f0475d2fa76bca69514a2a7856dbdfdc6cc7b77..fcde3876b288ed97f179c7a5cddb221076cb0e9b 100644 (file)
@@ -154,7 +154,7 @@ typedef int (*AcquireSampleRowsFunc) (Relation relation, int elevel,
                                      double *totaldeadrows);
 
 typedef bool (*AnalyzeForeignTable_function) (Relation relation,
-                                             AcquireSampleRowsFunc * func,
+                                             AcquireSampleRowsFunc *func,
                                              BlockNumber *totalpages);
 
 typedef List *(*ImportForeignSchema_function) (ImportForeignSchemaStmt *stmt,