Skip to content

Commit

Permalink
Clang-format: Add more files
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Jul 22, 2023
1 parent 7aa4274 commit ef9673f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .clang-files
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ src/engine/Common.h

src/transformers/SingleLoopTransformation.cc
src/transformers/SingleLoopTransformation.h
src/transformers/MultiEdgeMerger.cc
src/transformers/MultiEdgeMerger.h
5 changes: 2 additions & 3 deletions src/transformers/MultiEdgeMerger.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ class MultiEdgeMerger : public Transformer {

using MergedEdges = ChcDirectedHyperGraph::MergedEdges;

MergedEdges mergedEdges {};
MergedEdges mergedEdges{};
Logic & logic;
NonlinearCanonicalPredicateRepresentation predicateRepresentation;
};
};


#endif //GOLEM_MULTIEDGEMERGER_H
#endif // GOLEM_MULTIEDGEMERGER_H

0 comments on commit ef9673f

Please sign in to comment.