1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Whitespace

This commit is contained in:
Nick Patavalis
2017-12-12 20:44:20 +02:00
parent 801dbbaa7e
commit e0e051fd8d

View File

@ -1420,7 +1420,7 @@ parse_args(int argc, char *argv[])
switch (optarg[0]) {
case 'X':
case 'x':
case 'S':
case 'S':
case 's':
opts.flow = FC_XONXOFF;
break;