Skip to content

Commit d675c24

Browse files
committed
[FIRRTL] ODS whitespace cleanup, NFC
Strip trailing whitespace in `FIRRTLStructure.td`. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent fdb946e commit d675c24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/circt/Dialect/FIRRTL/FIRRTLStructure.td

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def FExtModuleOp : FIRRTLModuleLike<"extmodule"> {
197197
into the external module, to be used for generating XMRs. Each RefType
198198
port must be removed by LowerXMR pass.
199199
}];
200-
let arguments =
200+
let arguments =
201201
(ins SymbolNameAttr:$sym_name,
202202
OptionalAttr<StrAttr>:$defname,
203203
ParamDeclArrayAttr:$parameters,
@@ -241,7 +241,7 @@ def FIntModuleOp : FIRRTLModuleLike<"intmodule"> {
241241
let description = [{
242242
The "firrtl.intmodule" operation represents a compiler intrinsic.
243243
}];
244-
let arguments =
244+
let arguments =
245245
(ins SymbolNameAttr:$sym_name,
246246
StrAttr:$intrinsic,
247247
ParamDeclArrayAttr:$parameters,
@@ -303,7 +303,7 @@ def FMemModuleOp : FIRRTLModuleLike<"memmodule"> {
303303
AnnotationArrayAttr:$annotations,
304304
DefaultValuedAttr<LayerArrayAttr, "{}">:$layers
305305
);
306-
306+
307307
let results = (outs);
308308
let regions = (region AnyRegion:$body);
309309

@@ -418,7 +418,7 @@ def ExtClassOp : FIRRTLModuleLike<"extclass", [
418418
firrtl.extclass @MyImportedClass(in in_str: !firrtl.string, out out_str: !firrtl.string)
419419
```
420420
}];
421-
let arguments = (ins SymbolNameAttr:$sym_name,
421+
let arguments = (ins SymbolNameAttr:$sym_name,
422422
DenseBoolArrayAttr:$portDirections,
423423
ArrayRefAttr:$portNames, ArrayRefAttr:$portTypes,
424424
ArrayRefAttr:$portSymbols, ArrayRefAttr:$portLocations);

0 commit comments

Comments
 (0)