Skip to content
  • Kitware Robot's avatar
    clang-format: add semicolons to macro calls · d9968f38
    Kitware Robot authored and Ben Boeckel's avatar Ben Boeckel committed
    clang-format takes the lack of a semicolon as if it were an attribute or
    some other "chainable" call leading to bogus indentation. By using
    semicolons on all macro calls, the formatting comes out the way it
    should.
    d9968f38