@@ -30,26 +30,26 @@ /*! * @brief Encodes a string for use in a URL. * * @return A new autoreleased string */ -- (OFString*)stringByURLEncoding; +- (OFString *)stringByURLEncoding; /*! * @brief Encodes a string for use in a URL, but does not escape the specified * ignored characters. * * @param allowed A C string of characters that should not be escaped * * @return A new autoreleased string */ -- (OFString*)stringByURLEncodingWithAllowedCharacters: (const char*)allowed; +- (OFString *)stringByURLEncodingWithAllowedCharacters: (const char *)allowed; /*! * @brief Decodes a string used in a URL. * * @return A new autoreleased string */ -- (OFString*)stringByURLDecoding; +- (OFString *)stringByURLDecoding; @end OF_ASSUME_NONNULL_END