@@ -67,11 +67,11 @@ * to check the condition again after @ref waitUntilDate: returned! * * @param date The date at which the timeout is reached * @return Whether the condition has been signaled */ -- (bool)waitUntilDate: (OFDate*)date; +- (bool)waitUntilDate: (OFDate *)date; /*! * @brief Signals the next waiting thread to continue. */ - (void)signal;