From 2cda30e757a95f2c2dfa9d3a1726959fa6b02357 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Fri, 2 Sep 2011 09:45:11 +0200 Subject: [PATCH] Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to fit PostgreSQL style. --- src/interfaces/ecpg/ecpglib/execute.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index 589c57dffa..f84945e943 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); -- 2.40.0