mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
llvm-cov: Fix some funny indentation (NFC)
Noticed by Duncan Exon Smith. Thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97e15a8309
commit
f7659e715f
@ -389,7 +389,7 @@ public:
|
||||
const GCOVFunction *Function) {
|
||||
if (Line > LineInfo[Filename].LastLine)
|
||||
LineInfo[Filename].LastLine = Line;
|
||||
LineInfo[Filename].Functions[Line-1].push_back(Function);
|
||||
LineInfo[Filename].Functions[Line-1].push_back(Function);
|
||||
}
|
||||
void setRunCount(uint32_t Runs) { RunCount = Runs; }
|
||||
void setProgramCount(uint32_t Programs) { ProgramCount = Programs; }
|
||||
|
Loading…
Reference in New Issue
Block a user