Bug 1717076 - Move comments to a separate line r=freddyb

clang-query does not allow end-of-line comments, they need
to be on a separate line

Differential Revision: https://phabricator.services.mozilla.com/D118247
This commit is contained in:
Tom Ritter 2021-07-22 19:50:37 +00:00
parent 25c196780b
commit 72b427a860
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ Recommended Boilerplate
::
set traversal IgnoreUnlessSpelledInSource
set bind-root true # Unless you use any .bind("foo") commands
set bind-root true
# ^ true unless you use any .bind("foo") commands
set print-matcher true
enable output dump

View File

@ -23,7 +23,8 @@ Let's first ensure this matches our default toolchain for Firefox:
::
set traversal IgnoreUnlessSpelledInSource
set bind-root true # Unless you use any .bind("foo") commands
set bind-root true
# ^ true unless you use any .bind("foo") commands
set print-matcher true
enable output dump