Skip to content

Commit 89941d9

Browse files
committed
refactor(to_cpp1): drop periods from comment
1 parent 58ed0f2 commit 89941d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/to_cpp1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,8 +1726,8 @@ class cppfront
17261726
&& !in_non_rvalue_context.back()
17271727
&& !is_class_member_access;
17281728

1729-
// Add `std::move(*this).` when implicitly moving a member on last use.
1730-
// This way, members of lvalue reference type won't be implicitly moved.
1729+
// Add `std::move(*this).` when implicitly moving a member on last use
1730+
// This way, members of lvalue reference type won't be implicitly moved
17311731
bool add_this =
17321732
add_move
17331733
&& synthesized_multi_return_size == 0

0 commit comments

Comments
 (0)