From 0fd9a361dc12e1aaab9e3d3e95ca470160d65988 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 21:19:29 +0000 Subject: [PATCH] removed tabs [SVN r7835] --- include/boost/pending/concept_checks.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/pending/concept_checks.hpp b/include/boost/pending/concept_checks.hpp index 0902d2a..1333ff7 100644 --- a/include/boost/pending/concept_checks.hpp +++ b/include/boost/pending/concept_checks.hpp @@ -663,9 +663,9 @@ template void ignore_unused_variable_warning(const T&) { } REQUIRE(Sequence, DefaultConstructible); Sequence - c(n), - c2(n, t), - c3(first, last); + c(n), + c2(n, t), + c3(first, last); c.insert(p, t); c.insert(p, n, t); @@ -827,9 +827,9 @@ template void ignore_unused_variable_warning(const T&) { } REQUIRE(SortedAssociativeContainer, ReversibleContainer); SortedAssociativeContainer - c(kc), - c2(first, last), - c3(first, last, kc); + c(kc), + c2(first, last), + c3(first, last, kc); p = c.upper_bound(k); p = c.lower_bound(k);