diff options
Diffstat (limited to 'src/include/nodes/print.h')
-rw-r--r-- | src/include/nodes/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 4c94a3afe5e..fa01c2ad84e 100644 --- a/src/include/nodes/print.h +++ b/src/include/nodes/print.h @@ -31,4 +31,4 @@ extern void print_pathkeys(const List *pathkeys, const List *rtable); extern void print_tl(const List *tlist, const List *rtable); extern void print_slot(TupleTableSlot *slot); -#endif /* PRINT_H */ +#endif /* PRINT_H */ |