Hello Alan, It is the position of the closing brace on the third line. Thank you. On Sat, Sep 22, 2018, 2:51 PM Alan Mackenzie wrote: > Hello, Richard. > > In article you wrote: > > > While creating a constructor for my class, I have a multiline > > initializer list. For the constructor, the indentation matches that of > > the list. Here's an example: > > > Test::Test(const std::string &a) : a{a}, b{0}, > > c{"..."}, d{""} { > > /*notice the indentation*/ > } > > Would you please be explicit about what is wrong with the indentation. > Is it the position of the closing brace on line 3, or the indentation of > "c{" on line 2, or something else? > > Thanks! > > [ .... ] > > -- > Alan Mackenzie (Nuremberg, Germany). > >