Previously:
foo(/*bar=*/baz);
Now:
foo(/*bar=*/ baz);
The run-in parameter naming comment is not intended in JS.
Paths
| Differential D52535
clang-format: [JS] space after parameter naming. ClosedPublic Authored by mprobst on Sep 26 2018, 1:14 AM.
Details Summary Previously: foo(/*bar=*/baz); Now: foo(/*bar=*/ baz); The run-in parameter naming comment is not intended in JS.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 26 2018, 1:20 AM Closed by commit rC343080: clang-format: [JS] space after parameter naming. (authored by mprobst). · Explain WhySep 26 2018, 1:30 AM Closed by commit rL343080: clang-format: [JS] space after parameter naming. (authored by mprobst). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167077 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
|