| commit | 658fe02d17e28b113df2a381010e9c5296abfd0f | [log] [tgz] |
|---|---|---|
| author | Mike Stump <mrs@apple.com> | Thu Jul 30 22:28:39 2009 +0000 |
| committer | Mike Stump <mrs@apple.com> | Thu Jul 30 22:28:39 2009 +0000 |
| tree | 95aa22603d604c7a71ee43568e405030c1c49236 | |
| parent | 59a2ab972034dd734bd970dc0f10a0df3c8f5dfc [diff] [blame] |
Canonicalize else spacing. llvm-svn: 77629
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp index c7d900c..2eafef9 100644 --- a/clang/lib/CodeGen/CGBlocks.cpp +++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -609,8 +609,7 @@ dyn_cast<FunctionProtoType>(BlockFunctionType)) { ResultType = FTy->getResultType(); IsVariadic = FTy->isVariadic(); - } - else { + } else { // K&R style block. ResultType = BlockFunctionType->getResultType(); IsVariadic = false;