aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2020-04-30 07:45:24 -0700
committerDavid Tolnay <dtolnay@gmail.com>2020-04-30 07:45:24 -0700
commit74dd379f093a2955d7657dffb7d5acfa9e9aeaaa (patch)
treedcf3f17b33bafbf2dd51ad6164a2320d307cb8bd
parenta5ca1164b7e457641a01fcf0911ced8929d1efa9 (diff)
downloadcxx-74dd379f093a2955d7657dffb7d5acfa9e9aeaaa.tar.gz
Format PR 157 with clang-format
-rw-r--r--include/cxx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cxx.h b/include/cxx.h
index 77627190..d8704428 100644
--- a/include/cxx.h
+++ b/include/cxx.h
@@ -237,8 +237,8 @@ public:
public:
using difference_type = ptrdiff_t;
using value_type = typename std::add_const<T>::type;
- using pointer = typename std::add_pointer<
- typename std::add_const<T>::type>::type;
+ using pointer =
+ typename std::add_pointer<typename std::add_const<T>::type>::type;
using reference = typename std::add_lvalue_reference<
typename std::add_const<T>::type>::type;
using iterator_category = std::forward_iterator_tag;