Apply source code formatting

./fbt format
This commit is contained in:
MX 2023-01-03 19:07:58 +03:00
parent ed5b2da9ad
commit f7dfe77aaf
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

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;