Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / membind.hh
index b77c3bd..2a5a4e9 100644 (file)
         Foo()
         {
             // Get bound member function for second overload
-            SENF_MEMBINDFNP(int, Foo, foo, () const) 
+            SENF_MEMBINDFNP(int, Foo, foo, () const)
         }
-    
+
     };
     \endcode