@@ -44,17 +44,17 @@ * @brief Creates a new, autoreleased thread join failed exception. * * @param thread The thread which could not be joined * @return A new, autoreleased thread join failed exception */ -+ (instancetype)exceptionWithThread: (nullable OFThread*)thread; ++ (instancetype)exceptionWithThread: (nullable OFThread *)thread; /*! * @brief Initializes an already allocated thread join failed exception. * * @param thread The thread which could not be joined * @return An initialized thread join failed exception */ -- initWithThread: (nullable OFThread*)thread; +- initWithThread: (nullable OFThread *)thread; @end OF_ASSUME_NONNULL_END