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:
parent
26887f00ff
commit
636dee213c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue