From 61dc7e637140c6d9697099cdf062e4b084167036 Mon Sep 17 00:00:00 2001 From: Valeriy Kopylov Date: Wed, 25 Jun 2014 17:41:38 +0400 Subject: Convert tabs to spaces --- Rx/v2/test/operators/filter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Rx/v2/test/operators/filter.cpp') diff --git a/Rx/v2/test/operators/filter.cpp b/Rx/v2/test/operators/filter.cpp index 4d56dfa..529f10a 100644 --- a/Rx/v2/test/operators/filter.cpp +++ b/Rx/v2/test/operators/filter.cpp @@ -123,7 +123,7 @@ SCENARIO("filter stops on disposal", "[where][filter][operators]"){ on.on_next(560, 10), on.on_next(580, 11), on.on_completed(600) - }); + }); WHEN("filtered to ints that are primes"){ @@ -201,7 +201,7 @@ SCENARIO("filter stops on error", "[where][filter][operators]"){ on.on_next(610, 12), on.on_error(620, std::runtime_error("error in unsubscribed stream")), on.on_completed(630) - }); + }); WHEN("filtered to ints that are primes"){ @@ -280,7 +280,7 @@ SCENARIO("filter stops on throw from predicate", "[where][filter][operators]"){ on.on_next(610, 12), on.on_error(620, std::runtime_error("error in unsubscribed stream")), on.on_completed(630) - }); + }); WHEN("filtered to ints that are primes"){ @@ -361,7 +361,7 @@ SCENARIO("filter stops on dispose from predicate", "[where][filter][operators]") on.on_next(610, 12), on.on_error(620, std::exception()), on.on_completed(630) - }); + }); auto res = w.make_subscriber(); -- cgit v1.2.3