Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D27245
This commit is contained in:
Sylvestre Ledru
2019-04-12 13:14:25 +00:00
parent 22c296fbb9
commit 72e7e7d7e7
114 changed files with 420 additions and 406 deletions

View File

@@ -420,7 +420,8 @@ nsresult Classifier::CheckURIFragments(
urlIdx = i;
}
}
LOG(("Checking table %s, URL is %s", aTable.BeginReading(), aSpecFragments[urlIdx].get()));
LOG(("Checking table %s, URL is %s", aTable.BeginReading(),
aSpecFragments[urlIdx].get()));
}
RefPtr<LookupCache> cache = GetLookupCache(aTable);
@@ -446,10 +447,10 @@ nsresult Classifier::CheckURIFragments(
if (LOG_ENABLED()) {
nsAutoCString checking;
lookupHash.ToHexString(checking);
LOG(("Found a result in fragment %s, hash %s (%X)", aSpecFragments[i].get(),
checking.get(), lookupHash.ToUint32()));
LOG(("Result %s, match %d-bytes prefix", confirmed ? "confirmed." : "Not confirmed.",
matchLength));
LOG(("Found a result in fragment %s, hash %s (%X)",
aSpecFragments[i].get(), checking.get(), lookupHash.ToUint32()));
LOG(("Result %s, match %d-bytes prefix",
confirmed ? "confirmed." : "Not confirmed.", matchLength));
}
result->hash.complete = lookupHash;