Apply 'make format'

This commit is contained in:
github action 2024-06-22 22:58:42 +00:00
parent e1580b9c3d
commit ba0183131c
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ public:
/// Note if get unresolved reference then likely forgot to link verilated_cov.cpp
VerilatedCovContext* coveragep() VL_MT_SAFE;
/// Return debug level
static inline int debug() VL_MT_SAFE; /// Set debug level
static inline int debug() VL_MT_SAFE; /// Set debug level
/// Debug is currently global, but for forward compatibility have a per-context method
static inline void debug(int val) VL_MT_SAFE;
/// Return current number of errors/assertions