Skip to content

Commit

Permalink
cmd/mrregister.cpp: Fix formatting
Browse files Browse the repository at this point in the history
Resolves changes proposed in e073be5 (#2700) against introduction of clang-format (#2652).
  • Loading branch information
Lestropie committed Feb 21, 2024
1 parent d54cd4a commit 93de5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mrregister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ void run() {
case 3:
rigid_estimator = Registration::None;
default:
assert (false);
assert(false);
}
}

Expand Down

0 comments on commit 93de5a2

Please sign in to comment.