mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 16:17:41 +02:00
Fixed tab indentations to spaces.
This commit is contained in:
parent
d7286f53e3
commit
55384ff5e0
src/effects
@ -1,12 +1,12 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
Audacity: A Digital Audio Editor
|
Audacity: A Digital Audio Editor
|
||||||
|
|
||||||
EffectScienFilter.h
|
EffectScienFilter.h
|
||||||
|
|
||||||
Norm C
|
Norm C
|
||||||
Mitch Golden
|
Mitch Golden
|
||||||
Vaughan Johnson (Preview)
|
Vaughan Johnson (Preview)
|
||||||
|
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
|
|
||||||
@ -101,8 +101,8 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
friend class ScienFilterDialog;
|
friend class ScienFilterDialog;
|
||||||
friend class ScienFilterPanel;
|
friend class ScienFilterPanel;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ public:
|
|||||||
~ScienFilterPanel();
|
~ScienFilterPanel();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
Needed only if user can draw in the graph
|
Needed only if user can draw in the graph
|
||||||
void OnMouseEvent(wxMouseEvent & event);
|
void OnMouseEvent(wxMouseEvent & event);
|
||||||
void OnCaptureLost(wxMouseCaptureLostEvent & event);
|
void OnCaptureLost(wxMouseCaptureLostEvent & event);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user