mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 10:33:20 +02:00
Internals: Cleanup spacing of Vi for loops.
This commit is contained in:
+1
-1
@@ -866,7 +866,7 @@ void EmitCSyms::emitSymImp() {
|
||||
|
||||
if (v3Global.dpi()) {
|
||||
m_ofpBase->puts("// Setup export functions\n");
|
||||
m_ofpBase->puts("for (int __Vfinal=0; __Vfinal<2; __Vfinal++) {\n");
|
||||
m_ofpBase->puts("for (int __Vfinal = 0; __Vfinal < 2; ++__Vfinal) {\n");
|
||||
for (auto it = m_scopeFuncs.begin(); it != m_scopeFuncs.end(); ++it) {
|
||||
AstScopeName* const scopep = it->second.m_scopep;
|
||||
AstCFunc* const funcp = it->second.m_cfuncp;
|
||||
|
||||
Reference in New Issue
Block a user