Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / Queueing.cc
index 1240626..0b7c773 100644 (file)
@@ -39,7 +39,7 @@
 prefix_ void senf::ppi::ThresholdQueueing::update(connector::GenericPassiveInput & input, Event event)
 {
     switch (event) {
-    case ENQUEUE:    
+    case ENQUEUE:
         if (input.queueSize() >= high_)
             input.throttle();
         break;