We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa69a50 commit cb74b8cCopy full SHA for cb74b8c
bin/check-cmake.php
@@ -359,7 +359,7 @@ function checkCMakeSet(Iterator $files): int
359
$argument = (array_key_exists(1, $match)) ? trim($match[1]) : '';
360
361
$status = 1;
362
- output("E: Replace set($argument) with set($argument \"\") in \n $file \n");
+ output("E: Replace set($argument) with set($argument \"\")\n in $file\n");
363
}
364
365
0 commit comments