From 1c60dc090a0db127035b2f45433b0714b4785ee4 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 9 Jul 2021 09:47:15 +0200 Subject: [PATCH] Formatted the code [ci skip --- lib/cppcheck.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 4d2e077cb..976fa4e57 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -1308,8 +1308,7 @@ void CppCheck::executeAddons(const std::vector& 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)