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