1
0
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:
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
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