forked from boostorg/unordered
Remove a tab.
Merged revisions 50452 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r50452 | danieljames | 2009-01-03 23:26:00 +0000 (Sat, 03 Jan 2009) | 1 line Remove a tab. ........ [SVN r50506]
This commit is contained in:
@ -226,7 +226,7 @@ namespace boost {
|
||||
|
||||
template <typename T>
|
||||
void destroy(T* x) {
|
||||
x->~T();
|
||||
x->~T();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user