> > > > + if (gsymbol->language == language_d > > > > + || gsymbol->language == language_auto) > > > > + { > > > > + demangled = > > > > + d_demangle(mangled, 0); > [...] > > Still i should join it? > > Yes, please. It's not a matter of style for this line. In your case, > the whole statement fits in one line, and thus should be written as > such. For the cases you quoted, it did not, and thus the statement was > split across 2 or more lines... OK, fixed.