From b955d0e92efd5f6e558ad06a6ad75690bd5ca7cf Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 7 Jun 2026 14:35:01 +0000 Subject: [PATCH] Apply 'make format' --- include/verilated.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/verilated.cpp b/include/verilated.cpp index f7eb3039e..052315a41 100644 --- a/include/verilated.cpp +++ b/include/verilated.cpp @@ -297,12 +297,13 @@ void vl_load_vpi_libs(int argc, char** argv) VL_MT_UNSAFE { (std::string{"Cannot load VPI library: "} + libpath + "\n- dlerror: " + dlerror()) .c_str()); if (has_entry) { - vlog_startup_t bsp = reinterpret_cast(dlsym(handle, entry_name.c_str())); + vlog_startup_t bsp + = reinterpret_cast(dlsym(handle, entry_name.c_str())); if (!bsp) - VL_FATAL_MT("", 0, "", - (std::string{"Cannot find VPI bootstrap '"} + entry_name - + "' in: " + libpath) - .c_str()); + VL_FATAL_MT( + "", 0, "", + (std::string{"Cannot find VPI bootstrap '"} + entry_name + "' in: " + libpath) + .c_str()); bsp(); } else { vlog_startup_t* routinesp