From 0deb8ace4adf7e37033cb450ab70cea1c373db9b Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 21 Jun 2026 20:15:28 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/V3DfgPasses.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3DfgPasses.h b/src/V3DfgPasses.h index 41cd61eeb..d0d8e62d8 100644 --- a/src/V3DfgPasses.h +++ b/src/V3DfgPasses.h @@ -67,7 +67,8 @@ void regularize(DfgGraph&, V3DfgRegularizeContext&) VL_MT_DISABLED; // Convert DfgGraph back into Ast, and insert converted graph back into the Ast. void dfgToAst(DfgGraph&, V3DfgContext&) VL_MT_DISABLED; // Dump the patterns in the given graphs -void dumpPatterns(const std::vector>&, const std::string& suffix = "") VL_MT_DISABLED; +void dumpPatterns(const std::vector>&, + const std::string& suffix = "") VL_MT_DISABLED; //=========================================================================== // Intermediate/internal operations