Skip to content

Commit 92cd9c2

Browse files
committed
fix format
1 parent 97326ff commit 92cd9c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/Conversion/Utils/SVLoweringUtils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ void sv::emitFileDescriptorRuntime(Operation *fileScopeOp,
7373
SymbolTable symbolTable(fileScopeOp);
7474

7575
auto emitGuard = [&](StringAttr guard, llvm::function_ref<void(void)> body) {
76-
sv::IfDefOp::create(builder, guard, [] {}, body);
76+
sv::IfDefOp::create(
77+
builder, guard, [] {}, body);
7778
};
7879

7980
if (!symbolTable.lookup(getterSymName)) {

0 commit comments

Comments
 (0)