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 Jun 21, 2024
1 parent 04e19e3 commit bfc15e6
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 @@ -255,7 +255,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 bfc15e6

Please sign in to comment.