Skip to content

Commit

Permalink
fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 12, 2024
1 parent 02ba9ac commit 8493324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class Conforming_Delaunay_triangulation_3 : public T_3 {
void debug_input_faces(bool b) {
debug_flags.set(static_cast<int>(Debug_flags::input_faces), b);
}

bool debug_missing_region() const {
return debug_flags[static_cast<int>(Debug_flags::missing_region)];
}
Expand Down

0 comments on commit 8493324

Please sign in to comment.