There was an lldb-dev thread from February 9, where it seemed to be agreed
that lldb code should be more like llvm code, in particular with the spaces
between the function names and the opening parens.  I've been omitting the
spaces in new code since then.

On Fri, Oct 9, 2015 at 10:14 AM, Greg Clayton via lldb-commits <
lldb-commits@lists.llvm.org> wrote:

> clayborg accepted this revision.
> clayborg added a comment.
> This revision is now accepted and ready to land.
>
> We are pretty inconsistent with the space after a function name and before
> the ( so I don't mind.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D13574
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to