NOOP. remove trailing whitespace
This commit is contained in:
@@ -28,11 +28,11 @@ public:
|
||||
Iec1ppmdsp (void);
|
||||
~Iec1ppmdsp (void);
|
||||
|
||||
void process (float const *p, int n);
|
||||
void process (float const *p, int n);
|
||||
float read (void);
|
||||
void reset ();
|
||||
|
||||
static void init (float fsamp);
|
||||
static void init (float fsamp);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -28,11 +28,11 @@ public:
|
||||
Iec2ppmdsp (void);
|
||||
~Iec2ppmdsp (void);
|
||||
|
||||
void process (float const *p, int n);
|
||||
void process (float const *p, int n);
|
||||
float read (void);
|
||||
void reset ();
|
||||
|
||||
static void init (float fsamp);
|
||||
static void init (float fsamp);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -28,11 +28,11 @@ public:
|
||||
Vumeterdsp (void);
|
||||
~Vumeterdsp (void);
|
||||
|
||||
void process (float const *p, int n);
|
||||
void process (float const *p, int n);
|
||||
float read (void);
|
||||
void reset ();
|
||||
|
||||
static void init (float fsamp);
|
||||
static void init (float fsamp);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -86,6 +86,6 @@ void Vumeterdsp::reset ()
|
||||
|
||||
void Vumeterdsp::init (float fsamp)
|
||||
{
|
||||
_w = 11.1f / fsamp;
|
||||
_w = 11.1f / fsamp;
|
||||
_g = 1.5f * 1.571f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user