summaryrefslogtreecommitdiff
path: root/src/include/fe_utils/psqlscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fe_utils/psqlscan.h')
-rw-r--r--src/include/fe_utils/psqlscan.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/fe_utils/psqlscan.h b/src/include/fe_utils/psqlscan.h
index c3a1d58117..dd2ebcb01d 100644
--- a/src/include/fe_utils/psqlscan.h
+++ b/src/include/fe_utils/psqlscan.h
@@ -73,13 +73,13 @@ extern void psql_scan_destroy(PsqlScanState state);
extern void psql_scan_set_passthrough(PsqlScanState state, void *passthrough);
extern void psql_scan_setup(PsqlScanState state,
- const char *line, int line_len,
- int encoding, bool std_strings);
+ const char *line, int line_len,
+ int encoding, bool std_strings);
extern void psql_scan_finish(PsqlScanState state);
extern PsqlScanResult psql_scan(PsqlScanState state,
- PQExpBuffer query_buf,
- promptStatus_t *prompt);
+ PQExpBuffer query_buf,
+ promptStatus_t *prompt);
extern void psql_scan_reset(PsqlScanState state);