diff options
Diffstat (limited to 'libcxx/test/re/iterators.h')
-rw-r--r-- | libcxx/test/re/iterators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/re/iterators.h b/libcxx/test/re/iterators.h index 8ca5e889ec8..3d2f5a8b6ff 100644 --- a/libcxx/test/re/iterators.h +++ b/libcxx/test/re/iterators.h @@ -274,4 +274,4 @@ operator-(const random_access_iterator<T>& x, const random_access_iterator<U>& y return x.base() - y.base(); } -#endif +#endif // ITERATORS_H |