mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
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:
parent
6431960be3
commit
53daa8e8f3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user