@@ -45,17 +45,17 @@ * @brief Returns a new, autoreleased condition broadcast failed exception. * * @param condition The condition which could not be broadcasted * @return A new, autoreleased condition broadcast failed exception */ -+ (instancetype)exceptionWithCondition: (nullable OFCondition*)condition; ++ (instancetype)exceptionWithCondition: (nullable OFCondition *)condition; /*! * @brief Initializes an already allocated condition broadcast failed exception. * * @param condition The condition which could not be broadcasted * @return An initialized condition broadcast failed exception */ -- initWithCondition: (nullable OFCondition*)condition; +- initWithCondition: (nullable OFCondition *)condition; @end OF_ASSUME_NONNULL_END