cosmetic: Fix trailing whitespace in several files

Change-Id: Ibf5a69f0a3a309e87814635fd903b114fe68890c
This commit is contained in:
Pau Espin Pedrol
2018-08-30 20:47:20 +02:00
parent 5e68cde779
commit 21ce05c54f
2 changed files with 10 additions and 10 deletions

View File

@@ -282,7 +282,7 @@ template <class T> class Vector {
T* end() { return mEnd; }
bool isOwner() { return !!mData; } // Do we own any memory ourselves?
//@}
};