Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb to fit PostgreSQL style.
This commit is contained in:
parent
a6d72ac344
commit
007e7acab2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user