Delete trailing whitespace

git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-06-01 17:00:29 +00:00
parent a473d630eb
commit ed626628b5
221 changed files with 2322 additions and 2322 deletions

View file

@ -1,5 +1,5 @@
/*sfdb_freesound_mootcher.h****************************************************************************
Adapted for Ardour by Ben Loftis, March 2008
Mootcher Online Access to thefreesoundproject website
@ -27,7 +27,7 @@
// mootcher version
#define ___VERSION___ 1.3
//--- struct to store XML file
//--- struct to store XML file
struct MemoryStruct {
char *memory;
size_t size;
@ -51,7 +51,7 @@ public:
struct dlprocess bar;
private:
const char* changeWorkingDir(const char *saveLocation);