Fix brace indentation of commit 5ad0e899f08136a00f56bf224a6b9729b2f4c69f to fit PostgreSQL style.
This commit is contained in:
parent
8027e4d4be
commit
7c0e1a28ac
@ -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…
x
Reference in New Issue
Block a user