php: Trim trailing whitespace from PHP typemaps

This commit is contained in:
Olly Betts 2021-03-26 10:19:57 +13:00
commit 3fba8e7daa
6 changed files with 35 additions and 39 deletions

View file

@ -35,7 +35,7 @@ namespace std {
map();
map(const map& other);
unsigned int size() const;
void clear();
%extend {