[webkit-dev] [Styling] Space between [] and () in C++ lambdas

Chris Dumez cdumez at apple.com
Fri Nov 1 11:21:03 PDT 2019


I mildly prefer without the space :)

--
 Chris Dumez




> On Nov 1, 2019, at 11:19 AM, Ryosuke Niwa <rniwa at webkit.org> wrote:
> 
> Hi all,
> 
> There seems to be inconsistency in our coding style with regards to spacing in lambdas.
> 
> Namely, some people write a lambda as:
> auto x = [] () { }
> 
> with a space between [] and () while others would write it as:
> 
> auto x = []() { }
> 
> without a space between the two. I'd like to require either style in our guideline so that things are consistent in our codebase. Which one should we use?
> 
> FWIW, I mildly prefer having a space between [] and ().
> 
> - R. Niwa
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20191101/8a84f8c2/attachment.htm>


More information about the webkit-dev mailing list