bmp: Use tab instead of spaces.

This commit is contained in:
Uwe Bonnes 2021-09-29 11:30:25 +02:00
parent 3027636002
commit c4c1da6205
2 changed files with 327 additions and 325 deletions

View File

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