summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/class/video/video_device.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/class/video/video_device.c b/src/class/video/video_device.c
index 326f5c13d..adf8ab821 100644
--- a/src/class/video/video_device.c
+++ b/src/class/video/video_device.c
@@ -870,9 +870,9 @@ static uint_fast16_t _prepare_in_payload(videod_streaming_interface_t *stm, uint
memcpy(&ep_buf[hdr_len], stm->buffer + stm->offset, data_len);
} else {
tud_video_payload_request_t rqst = {
- .buf = &ep_buf[hdr_len],
- .length = data_len,
- .offset = stm->offset
+ .buf = &ep_buf[hdr_len],
+ .length = data_len,
+ .offset = stm->offset
};
tud_video_prepare_payload_cb(stm->index_vc, stm->index_vs, &rqst);
}