1
0
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:
james.k.crook@gmail.com 2013-10-02 16:00:34 +00:00
parent d7286f53e3
commit 55384ff5e0
3 changed files with 52 additions and 52 deletions

View File

@ -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