@@ -218,15 +218,14 @@ * @ref OFOutOfRangeException. * * @param value The buffer to copy the value into * @param size The size of the value */ -- (void)getValue: (void *)value - size: (size_t)size; +- (void)getValue: (void *)value size: (size_t)size; @end OF_ASSUME_NONNULL_END #if !defined(NSINTEGER_DEFINED) && !__has_feature(modules) /* Required for array literals to work */ @compatibility_alias NSValue OFValue; #endif