summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-05 11:20:57 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-05 11:20:57 +0100
commit9f495942736bfc1c1ef5f0b23d5a1bdab56d3757 (patch)
treee031758c11e629529956b2d9f22c96abb664cc70 /src
parent356ce8fe917c1b3b645555bcd2ff0ff989c6829a (diff)
C & C++ header files clean-up
Diffstat (limited to 'src')
-rw-r--r--src/ypipe.hpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ypipe.hpp b/src/ypipe.hpp
index 0a9b5d5..0fb7951 100644
--- a/src/ypipe.hpp
+++ b/src/ypipe.hpp
@@ -137,14 +137,12 @@ namespace zmq
stop = false;
return false;
}
- else {
- // We want to do only a single prefetch in D scenario
- // before going asleep. Thus, we set stop variable to true
- // so that we can return false next time the prefetch is
- // attempted.
- stop = true;
- }
+ // We want to do only a single prefetch in D scenario
+ // before going asleep. Thus, we set stop variable to true
+ // so that we can return false next time the prefetch is
+ // attempted.
+ stop = true;
}
else {