This will put a space in lock (process) when spaces are required after keywords.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D81255
[clang-format] treat 'lock' as a keyword for C# code ClosedPublic Authored by jbcoe on Jun 5 2020, 5:20 AM.
Details
Summary This will put a space in lock (process) when spaces are required after keywords.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 5 2020, 5:22 AM Closed by commit rGa67949913a6b: [clang-format] treat 'lock' as a keyword for C# code (authored by Jonathan Coe <jbcoe@google.com>). · Explain WhyJun 8 2020, 5:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268753 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestCSharp.cpp
|