From 99e762c031d7aaf7daa4c22c3afc49299fae649b Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 21 Apr 2010 17:34:54 +0000 Subject: [PATCH] Fixed tab issue [SVN r61469] --- test/boost_no_com_value_init.ipp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boost_no_com_value_init.ipp b/test/boost_no_com_value_init.ipp index f0b095db..e0c6d1b4 100644 --- a/test/boost_no_com_value_init.ipp +++ b/test/boost_no_com_value_init.ipp @@ -94,7 +94,7 @@ namespace boost_no_complete_value_initialization struct function_ptr_struct { - function_ptr_type data; + function_ptr_type data; }; bool is_value_initialized(const function_ptr_struct& arg) @@ -104,7 +104,7 @@ namespace boost_no_complete_value_initialization struct member_function_ptr_struct { - member_function_ptr_type data; + member_function_ptr_type data; }; bool is_value_initialized(const member_function_ptr_struct& arg)