running whitespaces.py update 1

This commit is contained in:
konstin
2014-03-29 11:33:43 +01:00
parent badf97dc77
commit 7cc83e1475
167 changed files with 4856 additions and 4856 deletions
+4 -4
View File
@@ -195,7 +195,7 @@ namespace StringUtils
}
catch (std::exception& e)
{
Log::error("StringUtils",
Log::error("StringUtils",
"Error in split(std::string) : %s @ line %i : %s.",
__FILE__, __LINE__, e.what());
Log::error("StringUtils", "Splitting '%s'.", s.c_str());
@@ -325,7 +325,7 @@ namespace StringUtils
catch (std::exception& e)
{
(void)e; // avoid warning about unused variable
Log::fatal("StringUtils",
Log::fatal("StringUtils",
"Fatal error in splitPath : %s @ line %i: '%s'.",
__FILE__, __LINE__, path.c_str());
exit(1);
@@ -356,7 +356,7 @@ namespace StringUtils
{
if (insertValID >= all_vals.size())
{
Log::warn("StringUtils",
Log::warn("StringUtils",
"insertValues: "
"Invalid number of arguments in '%s'.",
s.c_str());
@@ -395,7 +395,7 @@ namespace StringUtils
catch (std::exception& e)
{
(void)e; // avoid warning about unused variable
Log::fatal("StringUtils",
Log::fatal("StringUtils",
"Fatal error in insertValues(std::string) : %s @ "
"line %i: '%s'", __FILE__, __LINE__, s.c_str());
exit(1);