Fix formatting in parseParameters.cpp

This commit is contained in:
Stuart Brady
2019-07-03 19:32:47 +01:00
committed by Kévin Petit
parent d6e5f29e22
commit cc2f77b651

View File

@@ -36,7 +36,7 @@ extern void parseWimpyReductionFactor(const char *&arg, int &wimpyReductionFacto
}
else
{
log_info("\n WARNING: Incorrect wimpy reduction factor %d, must be power of 2. The default value will be used.\n", new_factor);
log_info("\n WARNING: Incorrect wimpy reduction factor %d, must be power of 2. The default value will be used.\n", new_factor);
}
}
}