mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Apply 'make format'
This commit is contained in:
parent
b698bfd850
commit
e9f758ce67
@ -2697,7 +2697,7 @@ vpiHandle vpi_put_value(vpiHandle object, p_vpi_value valuep, p_vpi_time /*time_
|
||||
} else if (valuep->format == vpiDecStrVal) {
|
||||
char remainder[16];
|
||||
unsigned long long val;
|
||||
const int success = std::sscanf(valuep->value.str, "%30llu%15s", // lintok-format-ll
|
||||
const int success = std::sscanf(valuep->value.str, "%30llu%15s", // lintok-format-ll
|
||||
&val, remainder);
|
||||
if (success < 1) {
|
||||
VL_VPI_ERROR_(__FILE__, __LINE__, "%s: Parsing failed for '%s' as value %s for %s",
|
||||
|
Loading…
Reference in New Issue
Block a user