[gardening] Put white spaces in between if/while clauses and braces where it is missing.

For instance:

'if (foo){' => 'if (foo) {'
This commit is contained in:
Ge Sen
2016-04-01 15:12:22 +08:00
parent 90f0744799
commit 7dd61bdfa9
13 changed files with 16 additions and 16 deletions

View File

@@ -371,7 +371,7 @@ static SILInstruction* findUnexpectedBoxUse(SILValue Box,
/// canPromoteAllocBox - Can we promote this alloc_box to an alloc_stack?
static bool canPromoteAllocBox(AllocBoxInst *ABI,
llvm::SmallVectorImpl<Operand *> &PromotedOperands){
llvm::SmallVectorImpl<Operand *> &PromotedOperands) {
// Scan all of the uses of the address of the box to see if any
// disqualifies the box from being promoted to the stack.
if (auto *User = findUnexpectedBoxUse(ABI,