1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fix code-style

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-08-25 18:32:10 +02:00 committed by Steffen Vogel
parent 26887f00ff
commit 636dee213c

View file

@ -25,7 +25,8 @@ protected:
std::size_t window_size;
Sample *buffer;
void swapSample(Sample *lhs, Sample *rhs) {
void swapSample(Sample *lhs, Sample *rhs)
{
if (buffer) {
sample_copy(buffer, lhs);
sample_copy(lhs, rhs);