From f7ac2f062453dd72a80ca7ca6345968e6a46b17a Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Thu, 30 Jan 2020 18:10:33 +0100 Subject: [PATCH] Reformat. --- src/pipeline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipeline.cxx b/src/pipeline.cxx index 2699b7104..4d2ffad80 100644 --- a/src/pipeline.cxx +++ b/src/pipeline.cxx @@ -294,8 +294,8 @@ void pqxx::pipeline::obtain_dummy() return; } -// XXX: Do we actually know that the queries did not execute? -// XXX: Can we actually re-issue statements after a failure? + // XXX: Do we actually know that the queries did not execute? + // XXX: Can we actually re-issue statements after a failure? /* Since none of the queries in the batch were actually executed, we can * afford to replay them one by one until we find the exact query that * caused the error. This gives us not only a more specific error message