Skip to content

Commit 25e71f5

Browse files
committed
Formatting x2
1 parent 9745c91 commit 25e71f5

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/utilities/optional/optional.object/optional.object.swap

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ int main(int, char**)
209209
static_assert(check_swap_ref<W>());
210210
check_swap_ref<int>();
211211
check_swap_ref<W>();
212-
#endif
212+
#endif
213213
{
214214
optional<X> opt1;
215215
optional<X> opt2;

0 commit comments

Comments
 (0)