@@ -39,11 +39,11 @@ /*! * @brief Returns the JSON representation of the object as a string. * * @return The JSON representation of the object as a string */ -- (OFString*)JSONRepresentation; +- (OFString *)JSONRepresentation; /*! * @brief Returns the JSON representation of the object as a string. * * @param options The options to use when creating a JSON representation.@n @@ -53,9 +53,9 @@ * `OF_JSON_REPRESENTATION_PRETTY` | Optimize for readability * `OF_JSON_REPRESENTATION_JSON5` | Generate JSON5 * * @return The JSON representation of the object as a string */ -- (OFString*)JSONRepresentationWithOptions: (int)options; +- (OFString *)JSONRepresentationWithOptions: (int)options; @end OF_ASSUME_NONNULL_END