Browse Source

refactoring: realigned code in switch

remotes/origin/develop
Eric Bagus 11 months ago
parent
commit
780522ca73
  1. 3
      src/inputHandler.c

3
src/inputHandler.c

@ -33,13 +33,10 @@ char getOperationSymbol(int id) {
case 4: case 4:
return '*'; return '*';
case 5: case 5:
return '^'; return '^';
case 6: case 6:
return '%'; return '%';
case 7: case 7:
return '!'; return '!';
} }
return symbol; return symbol;

Loading…
Cancel
Save