Skip to content

Commit 245cae1

Browse files
author
Martin Mory
committed
clang-format edgefunctionsingletonfactorytest
1 parent 01088e4 commit 245cae1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unittests/PhasarLLVM/DataFlowSolver/IfdsIde/EdgeFunctionSingletonFactoryTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ struct TestEdgeFunction
1919

2020
int computeTarget(int /*Source*/) override { return 42; }
2121

22-
EdgeFunctionPtrType composeWith(EdgeFunctionPtrType /*SecondFunction*/) override {
22+
EdgeFunctionPtrType
23+
composeWith(EdgeFunctionPtrType /*SecondFunction*/) override {
2324
return this->shared_from_this();
2425
};
2526

0 commit comments

Comments
 (0)