Fixed tab issue

[SVN r61469]
This commit is contained in:
Jeremiah Willcock
2010-04-21 17:34:54 +00:00
parent 890f65d372
commit 99e762c031

View File

@ -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)