@@ -59,11 +59,11 @@ * @param offset The offset to which seeking failed * @param whence To what the offset is relative * @param errNo The errno of the error that occurred * @return A new, autoreleased seek failed exception */ -+ (instancetype)exceptionWithStream: (OFSeekableStream*)stream ++ (instancetype)exceptionWithStream: (OFSeekableStream *)stream offset: (of_offset_t)offset whence: (int)whence errNo: (int)errNo; /*! @@ -73,12 +73,12 @@ * @param offset The offset to which seeking failed * @param whence To what the offset is relative * @param errNo The errno of the error that occurred * @return An initialized seek failed exception */ -- initWithStream: (OFSeekableStream*)stream +- initWithStream: (OFSeekableStream *)stream offset: (of_offset_t)offset whence: (int)whence errNo: (int)errNo; @end OF_ASSUME_NONNULL_END