diff options
| author | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
| commit | 25a8ccbcb71d2b121f94abafe59f29420676f3cb (patch) | |
| tree | b548ae7abb247c1486fced19441b3d5beec1ecdb /src/include/parser/parse_expr.h | |
| parent | eaa1184358e8fc1cca3bb3d83d1f1250111390d4 (diff) | |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/include/parser/parse_expr.h')
| -rw-r--r-- | src/include/parser/parse_expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index ea2f6bc449..456cb6649e 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -28,5 +28,4 @@ extern int32 exprTypmod(Node *expr); extern bool exprIsLengthCoercion(Node *expr, int32 *coercedTypmod); extern void parse_expr_init(void); extern char *TypeNameToInternalName(TypeName *typename); - #endif /* PARSE_EXPR_H */ |
