Skip to content

Commit

Permalink
Tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Oct 18, 2019
1 parent d660e1c commit bc6b736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tte.c
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ void editorProcessKeypress() {
case CTRL_KEY('p'):
consoleBufferClose();
kill(0, SIGTSTP);
break;
break;
case ARROW_UP:
case ARROW_DOWN:
case ARROW_LEFT:
Expand Down

0 comments on commit bc6b736

Please sign in to comment.