diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2014-10-18 11:03:33 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2014-10-18 11:03:33 +0000 |
| commit | c8528b5001f121449470d57caa7bc06cc81e7bfc (patch) | |
| tree | 4a1431fb5184d0d2bb6b227ecdb789e6b5b491c2 /libcxx/include/forward_list | |
| parent | be9dccd64d25227832f9cf0c1775acfa072be529 (diff) | |
| download | bcm5719-llvm-c8528b5001f121449470d57caa7bc06cc81e7bfc.tar.gz bcm5719-llvm-c8528b5001f121449470d57caa7bc06cc81e7bfc.zip | |
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change
llvm-svn: 220142
Diffstat (limited to 'libcxx/include/forward_list')
| -rw-r--r-- | libcxx/include/forward_list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/forward_list b/libcxx/include/forward_list index a83b19520e2..f48f41bceab 100644 --- a/libcxx/include/forward_list +++ b/libcxx/include/forward_list @@ -1430,7 +1430,7 @@ forward_list<_Tp, _Alloc>::remove(const value_type& __v) iterator __j = _VSTD::next(__i, 2); for (; __j != __e && *__j == __v; ++__j) ; - __deleted_nodes.splice_after(__deleted_nodes.before_begin(), *this, __i, __j); + __deleted_nodes.splice_after(__deleted_nodes.before_begin(), *this, __i, __j); if (__j == __e) break; __i = __j; |

