tags 61635 + patch quit xhcoding writes: > The closing '};' is indented wrong in the following class/struct definition: > > namespace test { > class Name { > }; <-- error indent > > } <-- when press tab, minibuffer output "Wrong type argument: wholenump, -2" > > The attached patch fixes the problem by considering "declaration_list" nodes as "blocks".