Skip to content

Commit

Permalink
SVF code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Aug 31, 2023
1 parent 87cba49 commit 14a54d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/lib/Util/ExtAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static std::string getFilePath(const std::string& path)
}
}

if (bcFilePath.back() != '/')
if (bcFilePath.back() != '/')
bcFilePath.push_back('/');
bcFilePath.append(EXTAPI_BC_PATH);
return bcFilePath;
Expand Down

0 comments on commit 14a54d3

Please sign in to comment.