lavu/detection_bboxes: add missing space

Could at least maintainers with push access follow the code styles
we have?
This commit is contained in:
Lynne 2021-04-17 13:11:39 +02:00
parent aa9ffdaa1e
commit 6c65e49990
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464

View File

@ -80,7 +80,7 @@ typedef struct AVDetectionBBoxHeader {
/* /*
* Get the bounding box at the specified {@code idx}. Must be between 0 and nb_bboxes. * Get the bounding box at the specified {@code idx}. Must be between 0 and nb_bboxes.
*/ */
static av_always_inline AVDetectionBBox* static av_always_inline AVDetectionBBox *
av_get_detection_bbox(const AVDetectionBBoxHeader *header, unsigned int idx) av_get_detection_bbox(const AVDetectionBBoxHeader *header, unsigned int idx)
{ {
av_assert0(idx < header->nb_bboxes); av_assert0(idx < header->nb_bboxes);