Skip to content

Commit 2f72d5d

Browse files
author
Michael Meskes
committed
Fix brace indentation of commit 63d06ef to fit PostgreSQL style.
1 parent 418d04e commit 2f72d5d

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy