thin_check: add missing LF
This commit is contained in:
parent
ef7e3b7e94
commit
212d8417b2
@ -41,7 +41,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
} catch (std::exception &e) {
|
} catch (std::exception &e) {
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
cerr << e.what();
|
cerr << e.what() << endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user