llvm-cov: Formatting change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195310 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Yuchen Wu 2013-11-21 04:12:10 +00:00
parent 6431960be3
commit 53daa8e8f3

View File

@ -54,8 +54,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer) {
return false;
Functions.push_back(GFun);
}
}
else if (isGCDAFile(Format)) {
} else if (isGCDAFile(Format)) {
uint32_t Checksum2;
if (!Buffer.readInt(Checksum2)) return false;
if (Checksum != Checksum2) {