@@ -158,25 +158,25 @@ /*! * @brief Returns a description of the exception. * * @return A description of the exception */ -- (OFString*)description; +- (OFString *)description; /*! * @brief Returns a backtrace of when the exception was created or nil if no * backtrace is available. * * @return A backtrace of when the exception was created */ -- (nullable OFArray*)backtrace; +- (nullable OFArray *)backtrace; @end #ifdef __cplusplus extern "C" { #endif -extern OFString* of_strerror(int errNo); +extern OFString *of_strerror(int errNo); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END