mirror of
https://github.com/verilator/verilator.git
synced 2025-04-21 12:06:55 +00:00
Apply 'make format'
This commit is contained in:
parent
0a045a7bf6
commit
8291d8bcc1
@ -218,9 +218,9 @@ public:
|
|||||||
bool lintError() const VL_MT_SAFE {
|
bool lintError() const VL_MT_SAFE {
|
||||||
return (m_e == ALWCOMBORDER || m_e == BSSPACE || m_e == CASEINCOMPLETE
|
return (m_e == ALWCOMBORDER || m_e == BSSPACE || m_e == CASEINCOMPLETE
|
||||||
|| m_e == CASEOVERLAP || m_e == CASEWITHX || m_e == CASEX || m_e == CASTCONST
|
|| m_e == CASEOVERLAP || m_e == CASEWITHX || m_e == CASEX || m_e == CASTCONST
|
||||||
|| m_e == CMPCONST || m_e == COLONPLUS || m_e == IMPLICIT
|
|| m_e == CMPCONST || m_e == COLONPLUS || m_e == IMPLICIT || m_e == LATCH
|
||||||
|| m_e == LATCH || m_e == LITENDIAN || m_e == PINMISSING || m_e == REALCVT
|
|| m_e == LITENDIAN || m_e == PINMISSING || m_e == REALCVT || m_e == UNSIGNED
|
||||||
|| m_e == UNSIGNED || m_e == WIDTH);
|
|| m_e == WIDTH);
|
||||||
}
|
}
|
||||||
// Warnings that are style only
|
// Warnings that are style only
|
||||||
bool styleError() const VL_MT_SAFE {
|
bool styleError() const VL_MT_SAFE {
|
||||||
|
Loading…
Reference in New Issue
Block a user