From e6140a67224b4bd2f0fba8522f55c9a87fc421f8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Thu, 9 Jan 2025 02:55:46 +0000 Subject: [PATCH] SVF code formatter --- svf/include/SVFIR/SVFStatements.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svf/include/SVFIR/SVFStatements.h b/svf/include/SVFIR/SVFStatements.h index f90bc6a10..fc577e86d 100644 --- a/svf/include/SVFIR/SVFStatements.h +++ b/svf/include/SVFIR/SVFStatements.h @@ -139,7 +139,8 @@ class SVFStmt : public GenericPAGEdgeTy { value = val; } - inline const SVFVar* getValue() const { + inline const SVFVar* getValue() const + { return value; }