Fix line endings.
This commit is contained in:
parent
17c7bda075
commit
da4f32e600
|
@ -297,11 +297,11 @@ struct Role {
|
|||
std::string abbreviation;
|
||||
bool includeInTraceRoles;
|
||||
|
||||
bool operator==(const Role &r) const {
|
||||
return roleName == r.roleName;
|
||||
}
|
||||
bool operator!=(const Role &r) const {
|
||||
return !(*this == r);
|
||||
bool operator==(const Role &r) const {
|
||||
return roleName == r.roleName;
|
||||
}
|
||||
bool operator!=(const Role &r) const {
|
||||
return !(*this == r);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue