fix indentation

This commit is contained in:
Rehan MALAK 2018-08-16 14:00:54 +02:00
parent 163f455fc7
commit 9a5373f267
1 changed files with 2 additions and 2 deletions

View File

@ -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;