From 6454b46ae4dd834c5ed1659639eedf7c4a88a2cb Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 1 Sep 2021 13:33:29 -0500 Subject: Format --- src/smt/proof_post_processor.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/smt/proof_post_processor.cpp b/src/smt/proof_post_processor.cpp index f9d99c6a3..cf35eeb0c 100644 --- a/src/smt/proof_post_processor.cpp +++ b/src/smt/proof_post_processor.cpp @@ -1137,9 +1137,11 @@ Node ProofPostprocessCallback::expandMacros(PfRule id, InferenceId iid; bool isRev; std::vector exp; - if (theory::strings::InferProofCons::unpackArgs(args, conc, iid, isRev, exp)) + if (theory::strings::InferProofCons::unpackArgs( + args, conc, iid, isRev, exp)) { - if (theory::strings::InferProofCons::addProofTo(cdp, conc, iid, isRev, exp)) + if (theory::strings::InferProofCons::addProofTo( + cdp, conc, iid, isRev, exp)) { return conc; } -- cgit v1.2.3