Mir

Code review comment for lp://qastaging/~afrantzis/mir/initializer-list-style

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> This is mostly because everything is aligned to the 4-space indents.

So is this:

A(
    int a,
    float b,
    void* c)
    :
    mem1(a),
    mem2(b),
    mem3(c)
{

« Back to merge proposal