]> granicus.if.org Git - postgresql/commitdiff
Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb to fit Postg...
authorMichael Meskes <meskes@postgresql.org>
Fri, 2 Sep 2011 07:45:11 +0000 (09:45 +0200)
committerMichael Meskes <meskes@postgresql.org>
Fri, 2 Sep 2011 07:46:12 +0000 (09:46 +0200)
src/interfaces/ecpg/ecpglib/execute.c

index 05cbb3ecb12b8cde6cf114be2fda0e4b9be8a857..4fa2ba0809b9d530b72ee095b1a4e48d599d4717 100644 (file)
@@ -1503,7 +1503,8 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
         */
        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);
                        ecpg_free(oldlocale);
                        va_end(args);