Skip to content

Test C++11's elimination for the need of a space in closing template arg list

Sean McBride requested to merge seanm/vtk:cpp11-format into master

The clang_format option "Cpp11" was recently committed, which wants to reformat closing template argument lists as >> instead of > >.

This single adoption of this is to make sure all nightly dashboards accept it.

Merge request reports