Skip to content

Commit 7c8c1d1

Browse files
committed
Remove trailing whitespace
A trailing space in a comment; heaven forfend!
1 parent fbc1cb5 commit 7c8c1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mesh/mesh_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class MeshBase : public ParallelObject
251251
* which may have left orphaned nodes in need of removal.
252252
*
253253
* Most user code should probably never need to use this; we can set
254-
* it in MeshRefinement.
254+
* it in MeshRefinement.
255255
*/
256256
void set_hasnt_removed_orphaned_nodes()
257257
{ _preparation.has_removed_orphaned_nodes = false; }

0 commit comments

Comments
 (0)