Skip to content

Commit

Permalink
Apply clang-format 18
Browse files Browse the repository at this point in the history
Summary: Previously this code conformed from clang-format 12.

Reviewed By: igorsugak

Differential Revision: D56065247

fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3
  • Loading branch information
zertosh authored and facebook-github-bot committed Apr 14, 2024
1 parent f0e3f21 commit 9315c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodecUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ int shouldProcessExtradata(
}

const uint8_t peek = data[readCursor.position()];
const auto nalType = static_cast<Nal>((peek)&0x1F);
const auto nalType = static_cast<Nal>((peek) & 0x1F);

switch (nalType) {
case Nal::Sps:
Expand Down

0 comments on commit 9315c5e

Please sign in to comment.