Skip to content

Commit

Permalink
SVF code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Jan 9, 2025
1 parent 4e366d1 commit e6140a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svf/include/SVFIR/SVFStatements.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class SVFStmt : public GenericPAGEdgeTy
{
value = val;
}
inline const SVFVar* getValue() const {
inline const SVFVar* getValue() const
{
return value;
}

Expand Down

0 comments on commit e6140a6

Please sign in to comment.