mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix brace indentation of commit 63d06ef591
to fit PostgreSQL style.
This commit is contained in:
@ -1772,7 +1772,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
|
|||||||
*/
|
*/
|
||||||
if (statement_type == ECPGst_prepnormal)
|
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);
|
setlocale(LC_NUMERIC, oldlocale);
|
||||||
ecpg_free(oldlocale);
|
ecpg_free(oldlocale);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
Reference in New Issue
Block a user