make astyle

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 7 years ago
parent 890f179746
commit e369aa61e6

@ -102,8 +102,7 @@ void Unicode::typeCode(uint32_t unicode) {
Key key;
if (::HostOS.os() == hostos::WINDOWS) {
key = hexToKeysWithNumpad(digit);
}
else {
} else {
key = hexToKey(digit);
}
input();
@ -117,8 +116,7 @@ void Unicode::typeCode(uint32_t unicode) {
Key key;
if (::HostOS.os() == hostos::WINDOWS) {
key = hexToKeysWithNumpad(digit);
}
else {
} else {
key = hexToKey(digit);
}
input();

Loading…
Cancel
Save