]> git.sesse.net Git - ffmpeg/commitdiff
lavu/detection_bboxes: add missing space
authorLynne <dev@lynne.ee>
Sat, 17 Apr 2021 11:11:39 +0000 (13:11 +0200)
committerLynne <dev@lynne.ee>
Sat, 17 Apr 2021 11:14:47 +0000 (13:14 +0200)
Could at least maintainers with push access follow the code styles
we have?

libavutil/detection_bbox.h

index 4ad05d3b956c618c951620341b378e937fd6a1e6..472f0336470f8c333f376e974bffc20c7b913165 100644 (file)
@@ -80,7 +80,7 @@ typedef struct AVDetectionBBoxHeader {
 /*
  * 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_assert0(idx < header->nb_bboxes);