Apply 'make format'

This commit is contained in:
github action 2026-02-19 11:25:48 +00:00 committed by Ryszard Rozak
parent a26c389f6e
commit 3381dc9990
1 changed files with 1 additions and 3 deletions

View File

@ -574,9 +574,7 @@ public:
|| m_e == LONGINT || m_e == SHORTINT || m_e == UINT32 || m_e == UINT64
|| m_e == TIME);
}
bool isBit() const {
return m_e == BIT;
}
bool isBit() const { return m_e == BIT; }
bool isBitLogic() const { // Bit/logic vector types; can form a packed array
return (m_e == LOGIC || m_e == BIT);
}