diff options
| author | Bruce Momjian | 1999-05-25 22:43:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-05-25 22:43:53 +0000 |
| commit | fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch) | |
| tree | 5b4a877bed2a5229075e0e2a37c6f1431599ada6 /src/include/tcop | |
| parent | 4eadfe875440759bf062b02857ff196ab95d6fbc (diff) | |
Another pgindent run. Sorry folks.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index dd5e447bccb..f46f9b32484 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -44,7 +44,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.19 1999/05/25 16:14:47 momjian Exp $ + * $Id: dest.h,v 1.20 1999/05/25 22:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -82,10 +82,10 @@ struct _DestReceiver { /* Called for each tuple to be output: */ void (*receiveTuple) (HeapTuple tuple, TupleDesc typeinfo, - DestReceiver * self); + DestReceiver *self); /* Initialization and teardown: */ - void (*setup) (DestReceiver * self, TupleDesc typeinfo); - void (*cleanup) (DestReceiver * self); + void (*setup) (DestReceiver *self, TupleDesc typeinfo); + void (*cleanup) (DestReceiver *self); /* Private fields might appear beyond this point... */ }; |
