mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
use isspace() and not isgraph() to identify whitespace; remove Glib::ustring version of strip_whitespace_edges()
git-svn-id: svn://localhost/ardour2/branches/3.0@7773 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4d112a8e6b
commit
c1ee2c6943
2 changed files with 2 additions and 16 deletions
|
|
@ -22,16 +22,11 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
namespace Glib {
|
||||
class ustring;
|
||||
}
|
||||
|
||||
namespace PBD {
|
||||
|
||||
// returns the empty string if the entire string is whitespace
|
||||
// so check length after calling.
|
||||
extern void strip_whitespace_edges (std::string& str);
|
||||
extern void strip_whitespace_edges (Glib::ustring& str);
|
||||
|
||||
} // namespace PBD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue