From 1c96d5f75f8f41c80e4d8592690afa939f4d1290 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Mon, 18 Nov 2024 20:10:00 -0500 Subject: [PATCH] [FIRRTL] Whitespace tablegen cleanup, NFC Cleanup some trailing whitespace in a tablegen file. Signed-off-by: Schuyler Eldridge --- include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td b/include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td index aac45fa10bc0..62131cdecbbc 100644 --- a/include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td +++ b/include/circt/Dialect/FIRRTL/FIRRTLDeclarations.td @@ -36,7 +36,7 @@ class ReferableDeclOp traits = []> : /// located in a hardware-creating context, such as the body of a module. class HardwareDeclOp traits = []> : ReferableDeclOp]> {}