Fix mixed usage of tabs and spaces for indentation in ardour/importable_source.h

git-svn-id: svn://localhost/ardour2/trunk@2666 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-11-15 02:31:54 +00:00
parent 3bf4a04d94
commit 4076f7714a

View file

@ -26,7 +26,7 @@
namespace ARDOUR {
class ImportableSource {
public:
public:
ImportableSource (SNDFILE* sf, SF_INFO* info) : in (sf), sf_info (info) {}
virtual ~ImportableSource() {}