Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
A trailing space in a comment; heaven forfend!
  • Loading branch information
roystgnr committed Jan 4, 2024
1 parent fbc1cb5 commit 7c8c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mesh/mesh_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class MeshBase : public ParallelObject
* which may have left orphaned nodes in need of removal.
*
* Most user code should probably never need to use this; we can set
* it in MeshRefinement.
* it in MeshRefinement.
*/
void set_hasnt_removed_orphaned_nodes()
{ _preparation.has_removed_orphaned_nodes = false; }
Expand Down

0 comments on commit 7c8c1d1

Please sign in to comment.