Skip to content

Commit 85db654

Browse files
committed
Formatting
1 parent 1add5c5 commit 85db654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/optional

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ swap(optional<_Tp>& __x, optional<_Tp>& __y) noexcept(noexcept(__x.swap(__y))) {
14381438
}
14391439

14401440
struct __make_optional_barrier_tag {
1441-
explicit __make_optional_barrier_tag() = default;
1441+
explicit __make_optional_barrier_tag() = default;
14421442
};
14431443

14441444
template <

0 commit comments

Comments
 (0)