From 282b96ddd9a84b740788c2358ec0f5fedafb7cc6 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 6 Jul 2009 00:33:50 +0000 Subject: trimmed trailing whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/100-ref-counter.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/etap/100-ref-counter.t') diff --git a/test/etap/100-ref-counter.t b/test/etap/100-ref-counter.t index 746b70a9..144a95b8 100755 --- a/test/etap/100-ref-counter.t +++ b/test/etap/100-ref-counter.t @@ -26,9 +26,9 @@ wait() -> after 1000 -> throw(timeout_error) - end. + end. -test() -> +test() -> {ok, RefCtr} = couch_ref_counter:start([]), etap:is( @@ -67,7 +67,7 @@ test() -> 2, "Droping the doubly added Pid only removes a ref, not a referer." ), - + couch_ref_counter:drop(RefCtr, ChildPid1), etap:is( couch_ref_counter:count(RefCtr), @@ -81,7 +81,7 @@ test() -> 2, "Sanity checking that the Pid was re-added." ), - + ChildPid1 ! {ping, self()}, wait(), etap:is( -- cgit v1.2.3