@@ -33,18 +33,18 @@ * @brief Creates a new OFXMLProcessingInstructions with the specified string. * * @param string The string for the processing instructions * @return A new OFXMLProcessingInstructions */ -+ (instancetype)processingInstructionsWithString: (OFString*)string; ++ (instancetype)processingInstructionsWithString: (OFString *)string; /*! * @brief Initializes an already allocated OFXMLProcessingInstructions with the * specified string. * * @param string The string for the processing instructions * @return An initialized OFXMLProcessingInstructions */ -- initWithString: (OFString*)string; +- initWithString: (OFString *)string; @end OF_ASSUME_NONNULL_END