From 47069dfe529c82066ce0ecbf0d0c917215d8b8f7 Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 27 Feb 2022 07:53:05 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Global.h b/src/V3Global.h index 685f84a8d..84a75d7e2 100644 --- a/src/V3Global.h +++ b/src/V3Global.h @@ -43,7 +43,8 @@ class V3HierBlockPlan; /// end-of-stope. // Object must be named, or it will not persist until end-of-scope. // Constructor needs () or GCC 4.8 false warning. -#define VL_RESTORER(var) const VRestorer::type> restorer_##var(var); +#define VL_RESTORER(var) \ + const VRestorer::type> restorer_##var(var); // Object used by VL_RESTORER. This object must be an auto variable, not // allocated on the heap or otherwise.