mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 06:14:02 +00:00
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
Block a user