summaryrefslogtreecommitdiffstats
path: root/libcxx/test/algorithms/alg.nonmodifying/alg.equal
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-07-08 21:06:38 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-07-08 21:06:38 +0000
commite0fe3d2e9680325f72a91ca18fd48d01b1016a67 (patch)
tree2374a842a0a75502d930428d3d88cd5842f93ebc /libcxx/test/algorithms/alg.nonmodifying/alg.equal
parenta7b0e5ddf88ce3072f76f67a825a591b1c6809b6 (diff)
downloadbcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.tar.gz
bcm5719-llvm-e0fe3d2e9680325f72a91ca18fd48d01b1016a67.zip
War on tabs.
llvm-svn: 185865
Diffstat (limited to 'libcxx/test/algorithms/alg.nonmodifying/alg.equal')
-rw-r--r--libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp2
-rw-r--r--libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp b/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
index 6ecd4919f07..234879149ae 100644
--- a/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
+++ b/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
@@ -20,7 +20,7 @@
#include "test_iterators.h"
#if _LIBCPP_STD_VER > 11
-#define HAS_FOUR_ITERATOR_VERSION
+#define HAS_FOUR_ITERATOR_VERSION
#endif
int main()
diff --git a/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp b/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp
index b898220565f..047f72062eb 100644
--- a/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp
+++ b/libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp
@@ -22,15 +22,15 @@
#include "test_iterators.h"
#if _LIBCPP_STD_VER > 11
-#define HAS_FOUR_ITERATOR_VERSION
+#define HAS_FOUR_ITERATOR_VERSION
#endif
int comparison_count = 0;
template <typename T>
bool counting_equals ( const T &a, const T &b ) {
- ++comparison_count;
- return a == b;
- }
+ ++comparison_count;
+ return a == b;
+}
int main()
{
OpenPOWER on IntegriCloud