Skip to content

Commit 7a455a7

Browse files
committed
Fix formatting
1 parent a40a3c4 commit 7a455a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/errorlogger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ class CPPCHECKLIB ErrorLogger {
274274
static std::string plistFooter(const std::vector<std::string>& files) {
275275
std::ostringstream ostr;
276276
ostr << " </array>\r\n"
277-
<< " <key>files</key>\r\n"
278-
<< " <array>\r\n";
277+
<< " <key>files</key>\r\n"
278+
<< " <array>\r\n";
279279
for (const std::string& file : files)
280280
ostr << " <string>" << ErrorLogger::toxml(file) << "</string>\r\n";
281281
ostr << " </array>\r\n"

0 commit comments

Comments
 (0)