minor formatting for spaces for one if statement.

This commit is contained in:
Kai Bao 2015-06-23 14:02:57 +02:00
parent c026503e91
commit 46edf7bb90

View File

@ -158,7 +158,7 @@ namespace Opm
has_plyshlog_ = deck->hasKeyword("PLYSHLOG");
has_shrate_ = deck->hasKeyword("SHRATE");
if(has_plyshlog_){
if (has_plyshlog_) {
// Assuming NTPVT == 1 always due to the limitation of the parser
const auto& plyshlogTable = eclipseState->getPlyshlogTables()[0];