diff options
Diffstat (limited to 'libcxx/test/containers/stack_allocator.h')
-rw-r--r-- | libcxx/test/containers/stack_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/stack_allocator.h b/libcxx/test/containers/stack_allocator.h index 4d3426b612a..30f58718eb2 100644 --- a/libcxx/test/containers/stack_allocator.h +++ b/libcxx/test/containers/stack_allocator.h @@ -49,4 +49,4 @@ inline void swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} -#endif +#endif // STACK_ALLOCATOR_H |