forked from OSchip/llvm-project
llvm-cov: Fix some funny indentation (NFC)
Noticed by Duncan Exon Smith. Thanks! llvm-svn: 208253
This commit is contained in:
parent
246b6fcd28
commit
c9124a54c3
|
@ -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