@@ -46,17 +46,17 @@ * @brief Creates a new, autoreleased condition still waiting exception. * * @param condition The condition for which is still being waited * @return A new, autoreleased condition still waiting exception */ -+ (instancetype)exceptionWithCondition: (nullable OFCondition*)condition; ++ (instancetype)exceptionWithCondition: (nullable OFCondition *)condition; /*! * @brief Initializes an already allocated condition still waiting exception. * * @param condition The condition for which is still being waited * @return An initialized condition still waiting exception */ -- initWithCondition: (nullable OFCondition*)condition; +- initWithCondition: (nullable OFCondition *)condition; @end OF_ASSUME_NONNULL_END