Apply 'make format'
This commit is contained in:
parent
5f1dc73a1b
commit
4b1f4938b8
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue