tweaks: adjust the indentation after the previous change

master
Benno Schulenberg 2020-07-19 11:46:05 +02:00
parent eb70578c5e
commit d18cfb26cd
1 changed files with 374 additions and 376 deletions

View File

@ -338,7 +338,6 @@ int convert_sequence(const int *seq, size_t length, int *consumed)
switch (seq[1]) {
case '1':
if (length > 4 && seq[2] == ';') {
/* <-<-<-<-<-<-<- */
*consumed = 5;
switch (seq[3]) {
case '2':
@ -364,7 +363,6 @@ int convert_sequence(const int *seq, size_t length, int *consumed)
}
break;
}
/* ->->->->->->-> */
}
break;
case '2': /* Shift */