From a7ce14cfd865c3c95321bf9321f0683670b17b8c Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 12 Jan 2018 18:48:08 +0100 Subject: [PATCH] Whitespace fix --- src/h5_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5_utils.cpp b/src/h5_utils.cpp index a2bf039..07dc27b 100644 --- a/src/h5_utils.cpp +++ b/src/h5_utils.cpp @@ -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());