diff options
author | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
commit | 239d769e7e05e0a5ef3bd6828e93e22ef3962780 (patch) | |
tree | 9660987f1372651b78fb82023739728f2f962a6e /src/bin/psql/print.h | |
parent | 52783b212c7c0ef5ab2ee6bda17c8db0ed13d4ab (diff) |
pgindent run for 9.0, second run
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index f8de2b63444..ceb3b284521 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2010, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.45 2010/03/01 20:55:45 heikki Exp $ + * $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.46 2010/07/06 19:19:00 momjian Exp $ */ #ifndef PRINT_H #define PRINT_H @@ -158,7 +158,7 @@ extern void printTableInit(printTableContent *const content, extern void printTableAddHeader(printTableContent *const content, const char *header, const bool translate, const char align); extern void printTableAddCell(printTableContent *const content, - const char *cell, const bool translate, const bool mustfree); + const char *cell, const bool translate, const bool mustfree); extern void printTableAddFooter(printTableContent *const content, const char *footer); extern void printTableSetFooter(printTableContent *const content, |