Skip to content

Commit a399aee

Browse files
committed
format code
1 parent 0dc1056 commit a399aee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3798,8 +3798,9 @@ int real_main(int argc, char *argv[]) {
37983798
formed_keyword_struct = (char *)calloc(
37993799
1,
38003800
sizeof(char) * (set_UTF16_text
3801-
? (keyword_strlen * 4)
3802-
: (keyword_strlen * 2))); // *4 should carry utf16's BOM & TERM
3801+
? (keyword_strlen * 4)
3802+
: (keyword_strlen *
3803+
2))); // *4 should carry utf16's BOM & TERM
38033804
uint32_t keyword_struct_bytes =
38043805
APar_3GP_Keyword_atom_Format(keywords_globbed,
38053806
keyword_count,

0 commit comments

Comments
 (0)