fix indentation
This commit is contained in:
parent
163f455fc7
commit
9a5373f267
@ -795,9 +795,9 @@ main(int argc, char **argv)
|
||||
|
||||
case 's':
|
||||
if(strncmp("/dev/", optarg, 5) == 0) {
|
||||
siodev = optarg + 5;
|
||||
siodev = optarg + 5;
|
||||
} else {
|
||||
siodev = optarg;
|
||||
siodev = optarg;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user