@@ -28,21 +28,21 @@ /*! * @brief Returns the contents of the receiver as a string value. * * @return A string with the string value */ -- (OFString*)stringValue; +- (OFString *)stringValue; /*! * @brief Sets the string value of the receiver to the specified string. * * For an @ref OFXMLElement, it removes all children and creates a single child * with the specified string value. * * @param stringValue The new string value for the node */ -- (void)setStringValue: (OFString*)stringValue; +- (void)setStringValue: (OFString *)stringValue; /*! * @brief Returns the contents of the receiver as a decimal value. * * @return An integer with the decimal value @@ -73,21 +73,21 @@ /*! * @brief Returns an OFString representing the OFXMLNode as an XML string. * * @return An OFString representing the OFXMLNode as an XML string */ -- (OFString*)XMLString; +- (OFString *)XMLString; /*! * @brief Returns an OFString representing the OFXMLNode as an XML string with * indentation. * * @param indentation The indentation for the XML string * @return An OFString representing the OFXMLNode as an XML string with * indentation */ -- (OFString*)XMLStringWithIndentation: (unsigned int)indentation; +- (OFString *)XMLStringWithIndentation: (unsigned int)indentation; /*! * @brief Returns an OFString representing the OFXMLNode as an XML string with * indentation for the specified level. * @@ -94,10 +94,10 @@ * @param indentation The indentation for the XML string * @param level The level of indentation * @return An OFString representing the OFXMLNode as an XML string with * indentation */ -- (OFString*)XMLStringWithIndentation: (unsigned int)indentation - level: (unsigned int)level; +- (OFString *)XMLStringWithIndentation: (unsigned int)indentation + level: (unsigned int)level; @end OF_ASSUME_NONNULL_END