Skip to content

Commit

Permalink
Minor indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nanangizz committed Jan 6, 2025
1 parent 5da3772 commit 4920150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjmedia/src/pjmedia/vid_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void handle_op_queue(pjmedia_vid_conf *conf)

/* Process op */
switch (type) {
case OP_ADD_PORT:
case OP_ADD_PORT:
op_add_port(conf, &param);
break;
case OP_REMOVE_PORT:
Expand Down

0 comments on commit 4920150

Please sign in to comment.