@@ -51,44 +51,44 @@ * * @param name The name of the attribute * @param stringValue The string value of the attribute * @return A new autoreleased OFXMLAttribute with the specified parameters */ -+ (instancetype)attributeWithName: (OFString*)name - stringValue: (OFString*)stringValue; ++ (instancetype)attributeWithName: (OFString *)name + stringValue: (OFString *)stringValue; /*! * @brief Creates a new XML attribute. * * @param name The name of the attribute * @param namespace_ The namespace of the attribute * @param stringValue The string value of the attribute * @return A new autoreleased OFXMLAttribute with the specified parameters */ -+ (instancetype)attributeWithName: (OFString*)name - namespace: (nullable OFString*)namespace_ - stringValue: (OFString*)stringValue; ++ (instancetype)attributeWithName: (OFString *)name + namespace: (nullable OFString *)namespace_ + stringValue: (OFString *)stringValue; /*! * @brief Initializes an already allocated OFXMLAttribute. * * @param name The name of the attribute * @param stringValue The string value of the attribute * @return An initialized OFXMLAttribute with the specified parameters */ -- initWithName: (OFString*)name - stringValue: (OFString*)stringValue; +- initWithName: (OFString *)name + stringValue: (OFString *)stringValue; /*! * @brief Initializes an already allocated OFXMLAttribute. * * @param name The name of the attribute * @param namespace_ The namespace of the attribute * @param stringValue The string value of the attribute * @return An initialized OFXMLAttribute with the specified parameters */ -- initWithName: (OFString*)name - namespace: (nullable OFString*)namespace_ - stringValue: (OFString*)stringValue; +- initWithName: (OFString *)name + namespace: (nullable OFString *)namespace_ + stringValue: (OFString *)stringValue; @end OF_ASSUME_NONNULL_END