Formatted the code [ci skip

This commit is contained in:
orbitcowboy 2021-07-09 09:47:15 +02:00
parent db58952a33
commit 1c60dc090a
1 changed files with 1 additions and 2 deletions

View File

@ -1308,8 +1308,7 @@ void CppCheck::executeAddons(const std::vector<std::string>& files)
std::string fileList;
if (files.size() >= 2 || endsWith(files[0], ".ctu-info", 9))
{
if (files.size() >= 2 || endsWith(files[0], ".ctu-info", 9)) {
fileList = Path::getPathFromFilename(files[0]) + FILELIST;
std::ofstream fout(fileList);
for (const std::string& f: files)