1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-02 18:04:23 +01:00

Remove trailing spaces.

This commit is contained in:
benjamin.drung@gmail.com
2014-06-03 20:30:19 +00:00
parent d921c4969b
commit 277932dccb
380 changed files with 6489 additions and 6491 deletions

View File

@@ -11,7 +11,7 @@
classes which wish to be able to load and save themselves
using XML files.
The XMLValueChecker class implements static bool methods for checking
The XMLValueChecker class implements static bool methods for checking
input values from XML files.
**********************************************************************/
@@ -27,7 +27,7 @@ class XMLValueChecker
{
public:
// "Good" means well-formed and for the file-related functions, names an existing file or folder.
// These are used in HandleXMLTag and BuildFomXML methods to check the input for
// These are used in HandleXMLTag and BuildFomXML methods to check the input for
// security vulnerabilites, per the NGS report for UmixIt.
static bool IsGoodString(const wxString str);
@@ -57,8 +57,8 @@ public:
* @return true if the string is convertable, false if not
*/
static bool IsGoodInt64(const wxString strInt);
static bool IsValidChannel(const int nValue);
static bool IsValidChannel(const int nValue);
#ifdef USE_MIDI
static bool IsValidVisibleChannels(const int nValue);
#endif