From 4b1f4938b8cda15bf1de70a74c85451637c2db6e Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 3 Mar 2024 15:23:47 +0000 Subject: [PATCH] Apply 'make format' --- src/V3AstNodeDType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3AstNodeDType.h b/src/V3AstNodeDType.h index b857dd58b..89a41aeff 100644 --- a/src/V3AstNodeDType.h +++ b/src/V3AstNodeDType.h @@ -126,7 +126,7 @@ public: const char* charIQWN() const { return (isString() ? "N" : isWide() ? "W" : isQuad() ? "Q" : "I"); } - string cType(const string& name, bool forFunc, bool isRef, bool packed=false) const; + string cType(const string& name, bool forFunc, bool isRef, bool packed = false) const; // Represents a C++ LiteralType? (can be constexpr) bool isLiteralType() const VL_MT_STABLE;