mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Reformat code
This commit is contained in:
parent
2a9369274c
commit
235bd525e3
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ public:
|
|||
// payloadSize = newSize;
|
||||
// }
|
||||
|
||||
void setFrameCount(int frameCount) {
|
||||
void setFrameCount(int frameCount)
|
||||
{
|
||||
auto newSize = format.frameSize() * frameCount;
|
||||
payload = static_cast<char*>(realloc(payload, newSize));
|
||||
payloadSize = newSize;
|
||||
|
|
Loading…
Add table
Reference in a new issue