Removes unecessary whitespace.

This commit is contained in:
Jørgen Kvalsvik 2014-12-10 18:06:28 +01:00
parent 43d82a232c
commit 6c70d2938d

View File

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