[FIRRTL] Whitespace cleanup, NFC

Cleanup trailing whitespace in a test.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge 2024-05-01 19:29:38 -04:00
parent ff39dd4d86
commit de0425e2e7
No known key found for this signature in database
GPG Key ID: 50C5E9936AAD536D
1 changed files with 1 additions and 1 deletions

View File

@ -1910,7 +1910,7 @@ circuit GenericIntrinsics:
; CHECK-NEXT: %[[PAT:.+]] = firrtl.int.generic "circt_plusargs_test" <FORMAT: none = "bar"> : () -> !firrtl.uint<3>
; CHECK-NEXT: %n2 = firrtl.node interesting_name %[[PAT]]
node n2 = intrinsic(circt_plusargs_test<FORMAT = "bar"> : UInt<3>)
; Statement with unused return value.
; CHECK-NEXT: firrtl.int.generic "circt_clock_gate" %clock, %c : (!firrtl.clock, !firrtl.uint<1>) -> !firrtl.clock