mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Change C++ code style: put curly brace on the same line
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
template <typename T> // Using template to make the filter usable for scalar and vector values
|
||||
class LowPassFilter
|
||||
{
|
||||
class LowPassFilter {
|
||||
public:
|
||||
float alpha; // smoothing constant, 1 means filter disabled
|
||||
T output;
|
||||
|
||||
Reference in New Issue
Block a user