Code cosmetics: Fix the coding style.

This commit is contained in:
Felipe Zimmerle
2015-08-11 13:13:28 -03:00
parent fb161a69a9
commit 577736abb1
4 changed files with 20 additions and 23 deletions

View File

@@ -41,7 +41,8 @@ std::string RemoveWhitespace::evaluate(std::string value,
* @todo Implement the transformation RemoveWhitespace
*/
if (assay) {
assay->debug(4, "Transformation RemoveWhitespace is not implemented yet.");
assay->debug(4, "Transformation RemoveWhitespace is " \
"not implemented yet.");
}
return value;
}

View File

@@ -41,7 +41,8 @@ std::string ReplaceComments::evaluate(std::string value,
* @todo Implement the transformation ReplaceComments
*/
if (assay) {
assay->debug(4, "Transformation ReplaceComments is not implemented yet.");
assay->debug(4, "Transformation ReplaceComments " \
"is not implemented yet.");
}
return value;
}