Apply 'make format'

This commit is contained in:
github action 2024-03-03 15:23:47 +00:00
parent 5f1dc73a1b
commit 4b1f4938b8

View File

@ -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;