mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
Apply source code formatting
./fbt format
This commit is contained in:
parent
ed5b2da9ad
commit
f7dfe77aaf
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue