Apply 'make format'

This commit is contained in:
github action 2025-07-26 06:45:26 +00:00
parent d289934ca9
commit 94ef630490
1 changed files with 2 additions and 3 deletions

View File

@ -18,13 +18,12 @@
#include "verilatedos.h"
#if defined(_WIN32) || defined(__MINGW32__)
# include <io.h> // open, read, write, close
#include <io.h> // open, read, write, close
#endif
#include "V3String.h"
#include "V3Error.h"
#include "V3FileLine.h"
#include "V3String.h"
#ifndef V3ERROR_NO_GLOBAL_
#include "V3Global.h"