From c46c2defdbf8a0971e52f96ed21a63a5915fffd3 Mon Sep 17 00:00:00 2001 From: Ruben Smits Date: Thu, 6 Jan 2011 12:14:10 +0100 Subject: [PATCH] rtt: fix compile warning by adding space Signed-off-by: Ruben Smits --- rtt/InputPort.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rtt/InputPort.hpp b/rtt/InputPort.hpp index dcfd861..a5536b1 100644 --- a/rtt/InputPort.hpp +++ b/rtt/InputPort.hpp @@ -147,7 +147,7 @@ namespace RTT if (result != RTT::NewData) return result; - while (read(sample) == RTT::NewData); + while (read(sample) == RTT::NewData) ; return RTT::NewData; } -- 1.7.1