mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -101,7 +101,7 @@ private:
|
|||
u16 m_min_block_size { 0 };
|
||||
u16 m_max_block_size { 0 };
|
||||
// Frames are units of encoded audio data, both of these are 24-bit
|
||||
u32 m_min_frame_size { 0 }; //24 bit
|
||||
u32 m_min_frame_size { 0 }; // 24 bit
|
||||
u32 m_max_frame_size { 0 }; // 24 bit
|
||||
u64 m_total_samples { 0 }; // 36 bit
|
||||
u8 m_md5_checksum[128 / 8]; // 128 bit (!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue