Skip to content

Commit 789801a

Browse files
Update include/phasar/PhasarLLVM/Plugins/Interfaces/IfdsIde/IDETabulationProblemPlugin.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7e0f84 commit 789801a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/phasar/PhasarLLVM/Plugins/Interfaces/IfdsIde/IDETabulationProblemPlugin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class IDETabulationProblemPlugin
7171
Fact->print(OS);
7272
}
7373

74-
void printFunction(std::ostream &OS, const llvm::Function *Func) const override {
74+
void printFunction(std::ostream &OS,
75+
const llvm::Function *Func) const override {
7576
OS << Func->getName().str();
7677
}
7778

0 commit comments

Comments
 (0)