Skip to content

Commit d6928af

Browse files
Update include/phasar/PhasarLLVM/Domain/ExtendedValue.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 769a23c commit d6928af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/phasar/PhasarLLVM/Domain/ExtendedValue.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ class ExtendedValue {
108108
[[nodiscard]] std::vector<const llvm::Value *> getMemLocationSeq() const {
109109
return MemLocationSeq;
110110
}
111-
void setMemLocationSeq(const std::vector<const llvm::Value *> &MemLocationSeq) {
111+
void
112+
setMemLocationSeq(const std::vector<const llvm::Value *> &MemLocationSeq) {
112113
this->MemLocationSeq = MemLocationSeq;
113114
}
114115

0 commit comments

Comments
 (0)