Skip to content

Commit 1633365

Browse files
kprasad96ababu250
authored andcommitted
correct spacing issue in AVInput.cpp
1 parent b89381b commit 1633365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AVInput/AVInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ void AVInput::AVInputVideoModeUpdate( int port , dsVideoPortResolution_t resolut
783783
params["width"] = 1280;
784784
params["height"] = 720;
785785
break;
786-
787-
case dsVIDEO_PIXELRES_1920x1080:
786+
787+
case dsVIDEO_PIXELRES_1920x1080:
788788
params["width"] = 1920;
789789
params["height"] = 1080;
790790
break;

0 commit comments

Comments
 (0)