move commas ><

This commit is contained in:
em2machine 2025-12-22 17:08:21 +01:00
parent 4a6582cc9b
commit 87cfd53949
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
// SPDX-License-Identifier: CC0-1.0
module t (
input logic sel
, input logic sel2
, input logic d
, output logic out
input logic sel,
input logic sel2,
input logic d,
output logic out
);
task automatic do_stuff(input logic din);