Apply 'make format'

This commit is contained in:
github action 2022-11-23 09:08:02 +00:00
parent 06fdf7be58
commit 821dd070bf
4 changed files with 12 additions and 14 deletions

View File

@ -458,9 +458,7 @@ public:
}
}
}
VL_ATTR_ALWINLINE void chgEvent(uint32_t* oldp, VlEvent newval) {
fullEvent(oldp, newval);
}
VL_ATTR_ALWINLINE void chgEvent(uint32_t* oldp, VlEvent newval) { fullEvent(oldp, newval); }
VL_ATTR_ALWINLINE void chgDouble(uint32_t* oldp, double newval) {
// cppcheck-suppress invalidPointerCast
if (VL_UNLIKELY(*reinterpret_cast<double*>(oldp) != newval)) fullDouble(oldp, newval);