Skip to content

Commit 1f7fcb8

Browse files
committed
SVF code formatter
1 parent 8161e7a commit 1f7fcb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svf/include/SVFIR/SVFType.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ class SVFFunctionType : public SVFType
347347
}
348348

349349

350-
bool isVarArg() const {
350+
bool isVarArg() const
351+
{
351352
return varArg;
352353
}
353354

0 commit comments

Comments
 (0)