COMMON: Slight formatting fix.
This commit is contained in:
parent
d4be53c5c0
commit
5491d9306f
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ struct KeyState {
|
|||
return f == (flags & ~(KBD_NUM|KBD_CAPS|KBD_SCRL));
|
||||
}
|
||||
|
||||
bool operator ==(const KeyState &x) const {
|
||||
bool operator==(const KeyState &x) const {
|
||||
return keycode == x.keycode && ascii == x.ascii && flags == x.flags;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue