mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-17 05:24:49 +00:00
Fix style issue. Spaces in argument list.
llvm-svn: 283725
This commit is contained in:
parent
f5d8a75efa
commit
ed0cca244d
@ -263,7 +263,7 @@ public:
|
||||
/// function has ended. Called for both inlined and and top-level functions.
|
||||
void processEndOfFunction(NodeBuilderContext& BC,
|
||||
ExplodedNode *Pred,
|
||||
const ReturnStmt *RS=nullptr) override;
|
||||
const ReturnStmt *RS = nullptr) override;
|
||||
|
||||
/// Remove dead bindings/symbols before exiting a function.
|
||||
void removeDeadOnEndOfFunction(NodeBuilderContext& BC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user