mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-07 19:58:40 +02:00
Whitespace fix
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ void h5_utils::write_attribute(H5::H5Object& target, h5_attr& attribute) {
|
||||
|
||||
// We cannot really convert this attribute.
|
||||
stringstream error_message;
|
||||
error_message << "Cannot convert attribute " << name << "to string or const char*." << endl;
|
||||
error_message << "Cannot convert attribute " << name << " to string or const char*." << endl;
|
||||
|
||||
throw runtime_error(error_message.str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user