Fix auto-indentation of AstCStmts

This commit is contained in:
Wilson Snyder
2009-12-01 21:55:56 -05:00
parent ad0fcb745e
commit 1da07a3b86
9 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ private:
funcp->addInitsp(
new AstCStmt(nodep->fileline(),
" "+EmitCBaseVisitor::symClassVar()+" = this->__VlSymsp;\n"));
funcp->addInitsp(new AstCStmt(nodep->fileline()," "+EmitCBaseVisitor::symTopAssign()+"\n"));
funcp->addInitsp(new AstCStmt(nodep->fileline(), EmitCBaseVisitor::symTopAssign()+"\n"));
m_scopep->addActivep(funcp);
m_finalFuncp = funcp;
}