Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / ModuleManager.cci
index a71d72a..3ec07f4 100644 (file)
@@ -55,7 +55,7 @@ prefix_ void senf::ppi::ModuleManager::registerInitializable(Initializable & i)
     initQueue_.push_back(&i);
     initRunner_.enable();
     // This call ensures, that the senf::ppi::init() handler is called as next handler
-    // after this handler returns (this works since the senf::ppi::init() handler is registered as 
+    // after this handler returns (this works since the senf::ppi::init() handler is registered as
     // PRE hook and thus has very high priority)
     senf::scheduler::yield();
 }