Tidy up indentation

Tá an tiomantas seo le fáil i:
Jakub Wilk
2023-04-24 09:18:27 +02:00
tuismitheoir 7323492836
tiomantas 974e27c6ac

Féach ar an gComhad

@ -36,7 +36,8 @@ size_t pwbufsize = 0;
size_t pwindex = 0;
int current_mode = MODE_ECHO;
void enter_raw_mode() {
void enter_raw_mode()
{
struct termios raw = saved_termios;
raw.c_lflag &= ~(ECHO | ICANON);
if(tcsetattr(STDIN_FILENO, TCSAFLUSH, &raw) != 0)