Skip to content

Commit 776e96b

Browse files
authored
Apply suggestions from code review
1 parent b1c6351 commit 776e96b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libcxx/test/libcxx/containers/container.adaptors/flat.multiset/insert.temporary.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ int main(int, char**) {
4545
test();
4646

4747
return 0;
48-
}
48+
}

libcxx/test/libcxx/containers/container.adaptors/flat.set/insert.temporary.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ int main(int, char**) {
4545
test();
4646

4747
return 0;
48-
}
48+
}

libcxx/test/libcxx/containers/container.adaptors/flat_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ struct TrackCopyMove {
3737
constexpr bool operator<(const TrackCopyMove&) const { return false; }
3838
};
3939

40-
#endif // TEST_LIBCXX_CONTAINERS_CONTAINER_ADAPTORS_FLAT_HELPERS_H
40+
#endif // TEST_LIBCXX_CONTAINERS_CONTAINER_ADAPTORS_FLAT_HELPERS_H

0 commit comments

Comments
 (0)