Fixup whitespace

This commit is contained in:
Danny Robson 2012-06-20 16:48:29 +10:00
parent 545b4ff3cc
commit 8c5dd1eea1

View File

@ -42,5 +42,4 @@ make_unique(Args&&... args) {
return std::unique_ptr<T> (new T(std::forward<Args>(args)...));
}
#endif