summaryrefslogtreecommitdiff
path: root/src/class/video
diff options
context:
space:
mode:
authorTobi <[email protected]>2025-10-31 17:29:58 +0100
committerTobi <[email protected]>2025-10-31 17:29:58 +0100
commit6b3970d5ff7547778ed5e1fc295dcfd1fbcad7e8 (patch)
treec8baec6e7b6d6629c0a4ee60bf2b99f4b7b36c28 /src/class/video
parent889cde7d4b31b30f34abc6e304445403bdf4ced4 (diff)
Fixed trailing whitespaces in files (used wrong editor)
Diffstat (limited to 'src/class/video')
-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);
}