replaced tabs with spaces.
[senf.git] / PPI / ForwardSwitch.hh
index a2514c5..2b2fa71 100644 (file)
@@ -44,8 +44,8 @@ public:
     bool stopForwarding();
     bool startForwarding();
 private:
-    void onRequest();  
-       bool forward_;
+    void onRequest();
+    bool forward_;
 
 };