mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Internals: Remove extra single-line {}. No functional change.
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ class TraceDeclVisitor final : public VNVisitor {
|
||||
|
||||
// Gather cells under this scope
|
||||
for (AstNode* stmtp = nodep->modp()->stmtsp(); stmtp; stmtp = stmtp->nextp()) {
|
||||
if (AstCell* const cellp = VN_CAST(stmtp, Cell)) { m_entries.emplace_back(cellp); }
|
||||
if (AstCell* const cellp = VN_CAST(stmtp, Cell)) m_entries.emplace_back(cellp);
|
||||
}
|
||||
|
||||
if (!m_entries.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user