aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-05-25 22:43:53 +0000
committerBruce Momjian <bruce@momjian.us>1999-05-25 22:43:53 +0000
commitfcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch)
tree5b4a877bed2a5229075e0e2a37c6f1431599ada6 /src/include/nodes/execnodes.h
parent4eadfe875440759bf062b02857ff196ab95d6fbc (diff)
downloadpostgresql-fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31.tar.gz
postgresql-fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31.zip
Another pgindent run. Sorry folks.
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 134fa3e833f..21114d2455d 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.29 1999/05/25 16:14:07 momjian Exp $
+ * $Id: execnodes.h,v 1.30 1999/05/25 22:42:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -698,7 +698,7 @@ typedef struct TeeState
MemoryContext tee_mcxt;
HeapScanDesc tee_leftScanDesc,
tee_rightScanDesc;
-} TeeState;
+} TeeState;
#endif