On 30.12.2012, at 19:41, Dmitri Gribenko wrote:
> Hello,
>
> The attached patch teaches the formatter about inline namespaces.
> This changes formatting from:
>
> inline namespace X {
> class A {
> };
> }
>
> to:
>
> inline namespace X {
> class A {
> };
> }Seems like a strange coding convention. Do we really want this? Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
