Skip to content

Commit cb74b8c

Browse files
committed
WIP
1 parent aa69a50 commit cb74b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check-cmake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function checkCMakeSet(Iterator $files): int
359359
$argument = (array_key_exists(1, $match)) ? trim($match[1]) : '';
360360

361361
$status = 1;
362-
output("E: Replace set($argument) with set($argument \"\") in \n $file \n");
362+
output("E: Replace set($argument) with set($argument \"\")\n in $file\n");
363363
}
364364
}
365365

0 commit comments

Comments
 (0)