mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Fixed tab indentations to spaces.
This commit is contained in:
parent
d7286f53e3
commit
55384ff5e0
@ -1,12 +1,12 @@
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
EffectScienFilter.h
|
||||
EffectScienFilter.h
|
||||
|
||||
Norm C
|
||||
Mitch Golden
|
||||
Vaughan Johnson (Preview)
|
||||
Norm C
|
||||
Mitch Golden
|
||||
Vaughan Johnson (Preview)
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
@ -101,8 +101,8 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
friend class ScienFilterDialog;
|
||||
friend class ScienFilterPanel;
|
||||
friend class ScienFilterDialog;
|
||||
friend class ScienFilterPanel;
|
||||
};
|
||||
|
||||
|
||||
@ -117,7 +117,7 @@ public:
|
||||
~ScienFilterPanel();
|
||||
|
||||
#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 OnCaptureLost(wxMouseCaptureLostEvent & event);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user