Removes unecessary whitespace.

This commit is contained in:
Jørgen Kvalsvik
2014-12-10 18:06:28 +01:00
parent c6f42a63bd
commit 2db194aca6

View File

@@ -108,6 +108,7 @@ namespace{
if (it == type_map_.end()) {
OPM_THROW(std::runtime_error, "Unknown PCType: '" << type << "'");
}
return it->second;
}
private: