fix indentation issue.

This commit is contained in:
Liu Ming 2016-06-15 11:26:06 +08:00
parent f0900e6752
commit 3179a1bf5d

View File

@ -69,7 +69,7 @@ namespace Opm
+ std::to_string(rockKeyword.size())
+ " regions specified)."
+ " Ignoring all except for the first.\n"
+ "In file " + rockKeyword.getFileName()
+ "In file " + rockKeyword.getFileName()
+ ", line " + std::to_string(rockKeyword.getLineNumber()) + "\n");
}