]> granicus.if.org Git - postgresql/commitdiff
Fix brace indentation of commit 63d06ef59156719efd0208c62e764a69611b3f12 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 08:03:07 +0000 (10:03 +0200)
src/interfaces/ecpg/ecpglib/execute.c

index f34ea1f3f4fc7d8a8303e6b8b25cfb2ccc4a769f..ecf2487d2fdf9028047c664ffee73f9e08ec86dd 100644 (file)
@@ -1772,7 +1772,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);