From d8eddc48a2d279a574c7fc7ffe8d63871cf9cf5c Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Tue, 6 Mar 2012 18:32:25 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/BodyPipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BodyPipe.cc b/src/BodyPipe.cc index 3cdefe3d16..600317b4ef 100644 --- a/src/BodyPipe.cc +++ b/src/BodyPipe.cc @@ -277,7 +277,7 @@ BodyPipe::expectNoConsumption() if (!abortedConsumption && !exhausted()) { // Before we abort, any regular consumption should be over and auto - // consumption must not be started. + // consumption must not be started. Must(!theConsumer); AsyncCall::Pointer call= asyncCall(91, 7, -- 2.47.2