mirror of
https://github.com/aria2/aria2.git
synced 2026-04-05 04:08:47 +00:00
Format MessageDigest.cc
This commit is contained in:
@@ -93,9 +93,9 @@ std::vector<std::string> MessageDigest::getSupportedHashTypes()
|
||||
std::vector<std::string> rv;
|
||||
for (HashTypeEntry *i = vbegin(hashTypes), *eoi = vend(hashTypes);
|
||||
i != eoi; ++i) {
|
||||
if (MessageDigestImpl::supports(i->hashType)) {
|
||||
rv.push_back(i->hashType);
|
||||
}
|
||||
if (MessageDigestImpl::supports(i->hashType)) {
|
||||
rv.push_back(i->hashType);
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user