From 0921f8076d3efe85cc72556218270cebeb38f6d9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 7 Jan 2009 21:50:23 +0000 Subject: [PATCH] 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] --- include/boost/unordered/detail/hash_table.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/hash_table.hpp b/include/boost/unordered/detail/hash_table.hpp index 7601c8ff..a143c8c2 100644 --- a/include/boost/unordered/detail/hash_table.hpp +++ b/include/boost/unordered/detail/hash_table.hpp @@ -226,7 +226,7 @@ namespace boost { template void destroy(T* x) { - x->~T(); + x->~T(); } } }