Skip to content

Commit bfc15e6

Browse files
committed
Remove trailing whitespace
A trailing space in a comment; heaven forfend!
1 parent 04e19e3 commit bfc15e6

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
@@ -255,7 +255,7 @@ class MeshBase : public ParallelObject
255255
* which may have left orphaned nodes in need of removal.
256256
*
257257
* Most user code should probably never need to use this; we can set
258-
* it in MeshRefinement.
258+
* it in MeshRefinement.
259259
*/
260260
void set_hasnt_removed_orphaned_nodes()
261261
{ _preparation.has_removed_orphaned_nodes = false; }

0 commit comments

Comments
 (0)