We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40a3c4 commit 7a455a7Copy full SHA for 7a455a7
1 file changed
lib/errorlogger.h
@@ -274,8 +274,8 @@ class CPPCHECKLIB ErrorLogger {
274
static std::string plistFooter(const std::vector<std::string>& files) {
275
std::ostringstream ostr;
276
ostr << " </array>\r\n"
277
- << " <key>files</key>\r\n"
278
- << " <array>\r\n";
+ << " <key>files</key>\r\n"
+ << " <array>\r\n";
279
for (const std::string& file : files)
280
ostr << " <string>" << ErrorLogger::toxml(file) << "</string>\r\n";
281
0 commit comments