From: Michael Meskes Date: Fri, 2 Sep 2011 07:45:11 +0000 (+0200) Subject: Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb to fit Postg... X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=007e7acab2eac915a0c9fd1aad124289f025297a;p=users%2Fc2main%2Fpostgres.git Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb to fit PostgreSQL style. --- diff --git a/src/interfaces/ecpg/ecpglib/execute.c b/src/interfaces/ecpg/ecpglib/execute.c index 05cbb3ecb1..4fa2ba0809 100644 --- a/src/interfaces/ecpg/ecpglib/execute.c +++ b/src/interfaces/ecpg/ecpglib/execute.c @@ -1503,7 +1503,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);