From: Michael Meskes Date: Fri, 2 Sep 2011 07:45:11 +0000 (+0200) Subject: Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to fit Postg... X-Git-Tag: REL9_1_0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c0e1a28ac4596e9ea4d942f213114bd70026d6a;p=thirdparty%2Fpostgresql.git Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to fit PostgreSQL style. --- diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index f34ea1f3f4f..ecf2487d2fd 100644 --- a/src/interfaces/ecpg/ecpglib/execute.c +++ b/src/interfaces/ecpg/ecpglib/execute.c @@ -1772,7 +1772,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);