@@ -65,12 +65,12 @@ * * \param selector The selector of the method to replace * \param class The class from which the new method should be taken * \return The old implementation */ -+ (IMP)replaceMethod: (SEL)selector - withMethodFromClass: (Class)class; ++ (IMP)replaceMethod: (SEL)selector + withMethodFromClass: (Class)class; /** * Initialize the already allocated object. * Also sets up the memory pool for the object. *