Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style.

pull/1/head
Michael Meskes 14 years ago
parent 418d04ea73
commit 2f72d5df6a
  1. 3
      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);

Loading…
Cancel
Save