From: Michael Meskes Date: Fri, 2 Sep 2011 07:45:11 +0000 (+0200) Subject: Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to fit Postg... X-Git-Tag: REL9_2_BETA1~1160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f72d5df6a876406cf5f2f8d7800d591dff3e2e3;p=postgresql Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 to fit PostgreSQL style. --- diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index f34ea1f3f4..ecf2487d2f 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);