Skip to content

Commit 8fec7e7

Browse files
committed
clang-format
1 parent 202c108 commit 8fec7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,9 +2151,9 @@ int real_main(int argc, char *argv[]) {
21512151

21522152
uint8_t hdvideo_value = 0;
21532153
if (strcmp(optarg, "true") == 0) {
2154-
hdvideo_value = 1;
2154+
hdvideo_value = 1;
21552155
} else {
2156-
sscanf(optarg, "%" SCNu8, &hdvideo_value);
2156+
sscanf(optarg, "%" SCNu8, &hdvideo_value);
21572157
}
21582158

21592159
APar_Unified_atom_Put(hdvideoData_atom,

0 commit comments

Comments
 (0)