mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
llvm-cov: Fix some funny indentation (NFC)
Noticed by Duncan Exon Smith. Thanks! llvm-svn: 208253
This commit is contained in:
parent
9b13d839be
commit
81ce7e44c7
@ -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