Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / Connectors.ih
index 1a40ceb..2c37b33 100644 (file)
@@ -40,7 +40,7 @@ namespace detail {
     {
     public:
         typedef PacketType Type;
-        
+
         Type operator()();
         Type read();
     };
@@ -50,7 +50,7 @@ namespace detail {
     {
     public:
         typedef PacketType Type;
-        
+
         void operator()(Type p);
         void write(Type p);
     };