8000 Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea6884… · fschopp/postgres@007e7ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 007e7ac

Browse files
author
Michael Meskes
committed
Fix brace indentation of commit a6d72ac to fit PostgreSQL style.
1 parent a6d72ac commit 007e7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/ecpg/ecpglib/execute.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
15031503
*/
15041504
if (statement_type == ECPGst_prepnormal)
15051505
{
1506-
if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query)) {
1506+
if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query))
1507+
{
15071508
setlocale(LC_NUMERIC, oldlocale);
15081509
ecpg_free(oldlocale);
15091510
va_end(args);

0 commit comments

Comments
 (0)
0