Skip to content

Commit

Permalink
clang-format the include file as the version of the tooling has chang…
Browse files Browse the repository at this point in the history
…ed on the backend
  • Loading branch information
MushMal committed May 21, 2024
1 parent e118dbc commit f612dcc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,7 @@ typedef struct __Frame {
*
* The initializer will zero all the fields and set the EoFr flag in flags.
*/
#define EOFR_FRAME_INITIALIZER \
{ \
FRAME_CURRENT_VERSION, 0, FRAME_FLAG_END_OF_FRAGMENT, 0, 0, 0, 0, NULL, 0 \
}
#define EOFR_FRAME_INITIALIZER {FRAME_CURRENT_VERSION, 0, FRAME_FLAG_END_OF_FRAGMENT, 0, 0, 0, 0, NULL, 0}

/**
* The representation of mkv video element
Expand Down

0 comments on commit f612dcc

Please sign in to comment.