bmp: Use tab instead of spaces.
This commit is contained in:
parent
3027636002
commit
c4c1da6205
|
|
@ -98,9 +98,11 @@ Bmp::Bmp(std::string dev,
|
||||||
fprintf(stderr, "Select Probe with -s <(Partial) Serial "
|
fprintf(stderr, "Select Probe with -s <(Partial) Serial "
|
||||||
"Number\n");
|
"Number\n");
|
||||||
else
|
else
|
||||||
fprintf(stderr, "Do no match given serial \"%s\"\n", serial.c_str());
|
fprintf(stderr, "Do no match given serial \"%s\"\n",
|
||||||
|
serial.c_str());
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "Could not opendir %s: %s\n", name, strerror(errno));
|
fprintf(stderr, "Could not opendir %s: %s\n", name,
|
||||||
|
strerror(errno));
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue