diff options
| author | mikhnenko <[email protected]> | 2024-12-18 19:08:08 +0300 |
|---|---|---|
| committer | mikhnenko <[email protected]> | 2024-12-18 19:29:26 +0300 |
| commit | 7ed76959e6c06dbc4c249ce0f3b930463a6b65db (patch) | |
| tree | 0e9528cb7261812a5ae7ed177048721eaebf8ed0 /contrib/libs/cxxsupp/libcxx/src/bind.cpp | |
| parent | 4c8e7f015711b5175d63e1a87cbd40c49ce7aa70 (diff) | |
libc++: Run clang-format from upstream and update to 9783f28cbb155e4a8d49c12e1c60ce14dcfaf0c7
commit_hash:ca4954fe054e5a7190ad11ab71bfc7ca0965bca2
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/src/bind.cpp')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/src/bind.cpp | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/src/bind.cpp b/contrib/libs/cxxsupp/libcxx/src/bind.cpp index 0e217e5fc5d..e057395842e 100644 --- a/contrib/libs/cxxsupp/libcxx/src/bind.cpp +++ b/contrib/libs/cxxsupp/libcxx/src/bind.cpp @@ -10,20 +10,19 @@ _LIBCPP_BEGIN_NAMESPACE_STD -namespace placeholders -{ +namespace placeholders { -const __ph<1> _1{}; -const __ph<2> _2{}; -const __ph<3> _3{}; -const __ph<4> _4{}; -const __ph<5> _5{}; -const __ph<6> _6{}; -const __ph<7> _7{}; -const __ph<8> _8{}; -const __ph<9> _9{}; +const __ph<1> _1{}; +const __ph<2> _2{}; +const __ph<3> _3{}; +const __ph<4> _4{}; +const __ph<5> _5{}; +const __ph<6> _6{}; +const __ph<7> _7{}; +const __ph<8> _8{}; +const __ph<9> _9{}; const __ph<10> _10{}; -} // placeholders +} // namespace placeholders _LIBCPP_END_NAMESPACE_STD |
