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
Родитель 25c196780b
Коммит 72b427a860
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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