Apply 'make format'

This commit is contained in:
github action 2023-11-21 02:02:56 +00:00
parent 4650105d90
commit ead27db9f0

View File

@ -429,7 +429,8 @@ void orderSequentially(AstCFunc* funcp, const LogicByScope& lbs) {
if (procp->isSuspendable()) {
funcp->slow(false);
subFuncp = createNewSubFuncp(scopep);
subFuncp->name(subFuncp->name() + "__Vtiming__" + cvtToStr(scopep->user2Inc()));
subFuncp->name(subFuncp->name() + "__Vtiming__"
+ cvtToStr(scopep->user2Inc()));
subFuncp->rtnType("VlCoroutine");
if (VN_IS(procp, Always)) {
subFuncp->slow(false);