Fix brace indentation of commit f8c7442201 to fit PostgreSQL style.

This commit is contained in:
Michael Meskes 2011-09-02 09:45:11 +02:00
parent f8c7442201
commit 2cda30e757

View File

@ -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);