mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Remove extra single-line {}. No functional change.
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ public:
|
||||
}
|
||||
|
||||
AstVarScope* varScopep() {
|
||||
if (!m_varScopep) { m_varScopep = v3Global.rootp()->constPoolp()->findTable(m_initp); }
|
||||
if (!m_varScopep) m_varScopep = v3Global.rootp()->constPoolp()->findTable(m_initp);
|
||||
return m_varScopep;
|
||||
}
|
||||
};
|
||||
@@ -261,7 +261,7 @@ private:
|
||||
VL_MASK_I(m_inWidthBits));
|
||||
|
||||
// Set sizes of output tables
|
||||
for (TableOutputVar& tov : m_outVarps) { tov.setTableSize(VL_MASK_I(m_inWidthBits)); }
|
||||
for (TableOutputVar& tov : m_outVarps) tov.setTableSize(VL_MASK_I(m_inWidthBits));
|
||||
|
||||
// Populate the tables
|
||||
createTables(nodep, outputAssignedTableBuilder);
|
||||
|
||||
Reference in New Issue
Block a user