From 94ef630490d0a403f1e75f67f5c5a27608054bd2 Mon Sep 17 00:00:00 2001 From: github action Date: Sat, 26 Jul 2025 06:45:26 +0000 Subject: [PATCH] Apply 'make format' --- src/V3String.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/V3String.cpp b/src/V3String.cpp index 620300b4e..6a0e54215 100644 --- a/src/V3String.cpp +++ b/src/V3String.cpp @@ -18,13 +18,12 @@ #include "verilatedos.h" #if defined(_WIN32) || defined(__MINGW32__) -# include // open, read, write, close +#include // open, read, write, close #endif -#include "V3String.h" - #include "V3Error.h" #include "V3FileLine.h" +#include "V3String.h" #ifndef V3ERROR_NO_GLOBAL_ #include "V3Global.h"