summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-07-29 00:55:10 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-07-29 00:55:10 +0000
commit4159db7698d3d6aa5e0f2d920be3847716b05800 (patch)
tree65e739c70519a0767cc27f13f679fcd1b09fc8e4 /libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
parent8980b8ad9c9a0060698fc448dd9de1e2e1a48447 (diff)
downloadbcm5719-llvm-4159db7698d3d6aa5e0f2d920be3847716b05800.tar.gz
bcm5719-llvm-4159db7698d3d6aa5e0f2d920be3847716b05800.zip
[libcxx] [test] Untabify, NFC.
llvm-svn: 309464
Diffstat (limited to 'libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp')
-rw-r--r--libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp b/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
index ec0526c2dc5..b837a0e514c 100644
--- a/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
+++ b/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
@@ -21,10 +21,10 @@
#include "test_iterators.h"
struct eq {
- eq (int val) : v(val) {}
- bool operator () (int v2) const { return v == v2; }
- int v;
- };
+ eq (int val) : v(val) {}
+ bool operator () (int v2) const { return v == v2; }
+ int v;
+ };
int main()
OpenPOWER on IntegriCloud