Skip to content

Commit

Permalink
[FIRRTL] Whitespace tablegen cleanup, NFC
Browse files Browse the repository at this point in the history
Cleanup some trailing whitespace in a tablegen file.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Nov 19, 2024
1 parent f0edc11 commit 1c96d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ReferableDeclOp<string mnemonic, list<Trait> traits = []> :
/// located in a hardware-creating context, such as the body of a module.
class HardwareDeclOp<string mnemonic, list <Trait> traits = []> :
ReferableDeclOp<mnemonic, traits # [
ParentOneOf<[
ParentOneOf<[
"firrtl::FModuleOp", "firrtl::LayerBlockOp",
"firrtl::WhenOp", "firrtl::MatchOp", "sv::IfDefOp"]>]> {}

Expand Down

0 comments on commit 1c96d5f

Please sign in to comment.