mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-19 16:30:04 +00:00
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:
parent
a2f1adb617
commit
8f6ef2e763
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user