1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

Apply source code formatting

./fbt format
This commit is contained in:
MX
2023-01-03 19:07:58 +03:00
parent ed5b2da9ad
commit f7dfe77aaf

View File

@@ -256,8 +256,7 @@ bool place_on_top(Card* where, Card what) {
if(a_letter == 12) a_letter = -1;
if(b_letter == 12) b_letter = -1;
if(where->disabled && b_letter != -1)
return false;
if(where->disabled && b_letter != -1) return false;
if((a_letter + 1) == b_letter) {
where->disabled = what.disabled;