Slight white space fix

* src/abg-hash.cc (method_type:#️⃣:operator()(const
	method_type&)): White space fix.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-09-10 18:07:33 +02:00
parent a2f1adb617
commit 8f6ef2e763

View File

@ -479,7 +479,7 @@ struct method_type::hash
function_decl::parameter::hash hash_parameter;
size_t v = hash_string(typeid(t).name());
string class_name= t.get_class_type()->get_qualified_name();
string class_name = t.get_class_type()->get_qualified_name();
v = hashing::combine_hashes(v, hash_string(class_name));
v = hashing::combine_hashes(v, hash_type_ptr(t.get_return_type()));
vector<shared_ptr<function_decl::parameter> >::const_iterator i =