Skip to content
Snippets Groups Projects
Commit 2f72d5df authored by Michael Meskes's avatar Michael Meskes
Browse files

Fix brace indentation of commit 63d06ef5 to fit PostgreSQL style.

parent 418d04ea
No related branches found
No related tags found
No related merge requests found
...@@ -1772,7 +1772,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment