ql_dsp_macc: whitespace. NFC

This commit is contained in:
Emil J. Tywoniak 2025-02-27 17:37:18 +01:00 committed by Martin Povišer
parent c1d2107fe0
commit 434334ba63
1 changed files with 159 additions and 160 deletions

View File

@ -98,8 +98,7 @@ static void create_ql_macc_dsp(ql_dsp_macc_pm &pm, int dsp_version)
log_assert(false);
}
if (reject) {
log_debug("\trejected: too wide (%zd %zd %zd) for v%d\n",
min_width, max_width, z_width, dsp_version);
log_debug("\trejected: too wide (%zd %zd %zd) for v%d\n", min_width, max_width, z_width, dsp_version);
return;
}