Fix style issue. Spaces in argument list.

llvm-svn: 283725
This commit is contained in:
Daniel Marjamaki 2016-10-10 07:39:39 +00:00
parent f5d8a75efa
commit ed0cca244d
1 changed files with 1 additions and 1 deletions

View File

@ -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,