diff options
| author | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
| commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
| tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /contrib/spi | |
| parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) | |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'contrib/spi')
| -rw-r--r-- | contrib/spi/refint.c | 2 | ||||
| -rw-r--r-- | contrib/spi/timetravel.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c index f1163739e6b..b4e6845ac67 100644 --- a/contrib/spi/refint.c +++ b/contrib/spi/refint.c @@ -17,7 +17,7 @@ typedef struct char *ident; int nplans; void **splan; -} EPlan; +} EPlan; static EPlan *FPlans = NULL; static int nFPlans = 0; diff --git a/contrib/spi/timetravel.c b/contrib/spi/timetravel.c index bc8a1112f4b..1731190a5db 100644 --- a/contrib/spi/timetravel.c +++ b/contrib/spi/timetravel.c @@ -17,7 +17,7 @@ typedef struct { char *ident; void *splan; -} EPlan; +} EPlan; static EPlan *Plans = NULL; /* for UPDATE/DELETE */ static int nPlans = 0; |
