@@ -52,12 +52,11 @@ * If you do not want this, pass a copy! * * @param cookie The cookie to add to the manager * @param URL The URL for which the cookie should be added */ -- (void)addCookie: (OFHTTPCookie *)cookie - forURL: (OFURL *)URL; +- (void)addCookie: (OFHTTPCookie *)cookie forURL: (OFURL *)URL; /** * @brief Adds the specified cookies for the specified URL. * * @warning This modifies the cookies (e.g. it sets the domain if it is unset)!