removed some useless spaces; not very important, I know :)
[senf.git] / PPI / PassiveQueue.cc
index 7ce0b6c..08eb690 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -50,7 +50,7 @@ prefix_ void senf::ppi::module::PassiveQueue::onInput()
 
 prefix_ void senf::ppi::module::PassiveQueue::onOutput()
 {
-    if (input) 
+    if (input)
         output(input());
     if (!input)
         output.throttle();