Apply 'make format'
This commit is contained in:
parent
031d5b74c0
commit
26aeb24f40
|
|
@ -566,7 +566,8 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
|||
exprp = nullptr;
|
||||
} else {
|
||||
// All invalid and unsupported expressions should be caught in V3Width
|
||||
nodep->v3fatalSrc("Unexpected expression type in std::randomize() argument");
|
||||
nodep->v3fatalSrc(
|
||||
"Unexpected expression type in std::randomize() argument");
|
||||
}
|
||||
UASSERT_OBJ(randVarp, nodep, "No rand variable found");
|
||||
AstNode* backp = randVarp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue