Skip to content

Commit 3c910b8

Browse files
committed
Add missing new lines
1 parent ee4694c commit 3c910b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/std/language.support/support.exception/propagation/exception_ptr_move_assignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ int main(int, char**) {
4242
}
4343

4444
return 0;
45-
}
45+
}

libcxx/test/std/language.support/support.exception/propagation/exception_ptr_move_ctr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ int main(int, char**) {
4040
}
4141

4242
return 0;
43-
}
43+
}

0 commit comments

Comments
 (0)