8000 clang-format: follow-up · v4l2loopback/v4l2loopback@ff87f4c · GitHub
[go: up one dir, main page]

Skip to content

Commit ff87f4c

Browse files
vicamoumlaeute
authored andcommitted
clang-format: follow-up
Fix incorrect format introduced in #416 commit a572a4f ("report video-devices allocated at module-load time via sysfs"). Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
1 parent 2e76bec commit ff87f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v4l2loopback.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,6 @@ static int v4l2loopback_init_module(void)
22502250
if (card_label[i])
22512251
snprintf(cfg.card_label, sizeof(cfg.card_label), "%s",
22522252
card_label[i]);
2253-
//TODO: also set output_nr
22542253
err = v4l2_loopback_add(&cfg, video_nr + i);
22552254
if (err) {
22562255
free_devices();

0 commit comments

Comments
 (0)
0