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:
Daniel James
2009-01-07 21:50:23 +00:00
parent b8e8ffa242
commit 0921f8076d

View File

@ -226,7 +226,7 @@ namespace boost {
template <typename T>
void destroy(T* x) {
x->~T();
x->~T();
}
}
}