From 77021c5bbb5d0092d9f1656ecc964d408b144147 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 3 Jan 2009 23:26:00 +0000 Subject: [PATCH] Remove a tab. [SVN r50452] --- 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(); } } }