diff options
| author | Bruce Momjian | 2003-08-04 00:43:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-08-04 00:43:34 +0000 |
| commit | 81f6e06c0463f26225c9950579ad95c96d673ccf (patch) | |
| tree | f29b55f75e1846f63b1fbdebcee0d8464711d667 /src/bin/scripts/common.c | |
| parent | 3d66be72b0bb793057926d842a3aecc1735ee7ca (diff) | |
pgindent run.
Diffstat (limited to 'src/bin/scripts/common.c')
| -rw-r--r-- | src/bin/scripts/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index a3a293d32c..f74706337d 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -78,7 +78,7 @@ handle_help_version_opts(int argc, char *argv[], const char *fixed_progname, hel */ PGconn * connectDatabase(const char *dbname, const char *pghost, const char *pgport, - const char *pguser, bool require_password, const char *progname) + const char *pguser, bool require_password, const char *progname) { PGconn *conn; char *password = NULL; @@ -156,7 +156,7 @@ executeQuery(PGconn *conn, const char *query, const char *progname, bool echo) /* - * Check yes/no answer in a localized way. 1=yes, 0=no, -1=neither. + * Check yes/no answer in a localized way. 1=yes, 0=no, -1=neither. */ /* translator: Make sure the (y/n) prompts match the translation of this. */ |
