From 9f495942736bfc1c1ef5f0b23d5a1bdab56d3757 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 5 Dec 2009 11:20:57 +0100 Subject: C & C++ header files clean-up --- src/ypipe.hpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/ypipe.hpp') 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 { -- cgit v1.2.3