diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-05 11:20:57 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-12-05 11:20:57 +0100 |
commit | 9f495942736bfc1c1ef5f0b23d5a1bdab56d3757 (patch) | |
tree | e031758c11e629529956b2d9f22c96abb664cc70 /src | |
parent | 356ce8fe917c1b3b645555bcd2ff0ff989c6829a (diff) |
C & C++ header files clean-up
Diffstat (limited to 'src')
-rw-r--r-- | src/ypipe.hpp | 12 |
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 { |