mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-19 10:37:12 +02:00
formatted main branch
This commit is contained in:
@ -10,7 +10,7 @@ std::string ifstream_error_msg(std::ifstream &ifs) {
|
||||
return " Bad file stream";
|
||||
} else if (state & std::ios_base::failbit) {
|
||||
return " File read failed";
|
||||
}else{
|
||||
} else {
|
||||
return " Unknown/no error";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user