summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2011-09-02 09:45:11 +0200
committerMichael Meskes <meskes@postgresql.org>2011-09-02 09:48:19 +0200
commit2cda30e757a95f2c2dfa9d3a1726959fa6b02357 (patch)
treeceaad13f8aa20263114876198637ae7534f6cb04 /src/interfaces/ecpg/ecpglib/execute.c
parentf8c74422010e63506fa69635ea61920bc042b70e (diff)
Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to fit PostgreSQL style.
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/execute.c')
-rw-r--r--src/interfaces/ecpg/ecpglib/execute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c
index 589c57dffa8..f84945e943f 100644
--- a/src/interfaces/ecpg/ecpglib/execute.c
+++ b/src/interfaces/ecpg/ecpglib/execute.c
@@ -1773,7 +1773,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
*/
if (statement_type == ECPGst_prepnormal)
{
- if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query)) {
+ if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query))
+ {
setlocale(LC_NUMERIC, oldlocale);
ecpg_free(oldlocale);
va_end(args);