@@ -31,18 +31,18 @@ * * \param key The key to set * \param object The object to set the key to */ - (void)setObject: (id)object - forKey: (id )key; + forKey: (id)key; /** * \brief Removes the object for the specified key from the dictionary. * * \param key The key whose object should be removed */ -- (void)removeObjectForKey: (id )key; +- (void)removeObjectForKey: (id)key; #ifdef OF_HAVE_BLOCKS /** * \brief Replaces each object with the object returned by the block. *