Skip to content
Snippets Groups Projects
Commit 84ec1d57 authored by Sean McBride's avatar Sean McBride
Browse files

Applied clang-tidy modernize-use-equals-default fixes

This required some clean up, because the automatic changes borked a couple of files, but mostly resulted in stupid whitespacing. A few find/replace fixed things up.

There are now some duplicate semis because it did changes like:

  ~AMRIndexIterator() override{};
to
  ~AMRIndexIterator() override= default;;

Note there was a pointless semi before, which clang-tidy didn’t expect / account for.

My next commit will remove them.
parent ce450a31
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 59 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment