Tests: Fix whitespace

This commit is contained in:
Wilson Snyder 2026-08-15 07:08:53 -04:00
parent d2f62fda93
commit e2f7755611
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// verilog_format: on // verilog_format: on
// A parameter whose default is a cast of a member of a struct-typed // A parameter whose default is a cast of a member of a struct-typed
// parameter. // parameter.
typedef struct packed {int unsigned CAP;} cfg_t; typedef struct packed {int unsigned CAP;} cfg_t;