[PATCH] D40178: clang-format: [JS] remove trailing lines in arrow functions.

Martin Probst via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 09:47:10 PST 2017


mprobst added a comment.

In https://reviews.llvm.org/D40178#928645, @djasper wrote:

> Is this different for C++ lambdas? I would think that we never should add an empty line before the "}" of a child block.


Actually indeed turns out to be identical for C++ lambdas. Fixed as we discussed offline.


https://reviews.llvm.org/D40178





More information about the cfe-commits mailing list