Skip to content

Commit 2cda30e

Browse files
author
Michael Meskes
committed
Fix brace indentation of commit f8c7442 to fit PostgreSQL style.
1 parent f8c7442 commit 2cda30e

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
@@ -1773,7 +1773,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
17731773
*/
17741774
if (statement_type == ECPGst_prepnormal)
17751775
{
1776-
if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query)) {
1776+
if (!ecpg_auto_prepare(lineno, connection_name, compat, &prepname, query))
1777+
{
17771778
setlocale(LC_NUMERIC, oldlocale);
17781779
ecpg_free(oldlocale);
17791780
va_end(args);

0 commit comments

Comments
 (0)