From ca162716c6f61f5100f335a115ed3aefd48df47c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 10 May 2020 14:29:15 -0400 Subject: [PATCH] Internals: clang-format --- src/V3Width.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 4b94616be..699020441 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -1046,8 +1046,7 @@ private: virtual void visit(AstUnbounded* nodep) VL_OVERRIDE { nodep->dtypeSetSigned32(); // Used in int context if (!VN_IS(nodep->backp(), IsUnbounded) - && !(VN_IS(nodep->backp(), Var) - && VN_CAST(nodep->backp(), Var)->isParam())) { + && !(VN_IS(nodep->backp(), Var) && VN_CAST(nodep->backp(), Var)->isParam())) { nodep->v3error("Unsupported/illegal unbounded ('$') in this context."); } }