Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / Mainpage.dox
index 1675621..51ddf52 100644 (file)
     It is possible to connect two active or passive connectors with each other using a special
     adaptor module (senf::ppi::module::PassiveQueue or senf::ppi::module::ActiveFeeder
     respectively).
-    
+
     Additionally, the connectors must be type-compatible: Either one (or both) of the connectors
     must be untyped (they accept arbitrary senf::Packet's, the optional tempalte argument is empty),
-    or they both accept the same type of packet. This check is performed at runtime. 
+    or they both accept the same type of packet. This check is performed at runtime.
 
     To complete our simplified example: Lets connect senf::ppi::module::ActiveSocketReader and
     senf::ppi::module::PassiveSocketWriter to our example module: