Whitespace and 80-col cleanup.
llvm-svn: 138413
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp
index 18c5045..6d1e9b0 100644
--- a/clang/lib/CodeGen/CGDecl.cpp
+++ b/clang/lib/CodeGen/CGDecl.cpp
@@ -877,8 +877,8 @@
if (const StmtExpr *SE = dyn_cast<StmtExpr>(e)) {
const CompoundStmt *CS = SE->getSubStmt();
- for (CompoundStmt::const_body_iterator BI = CS->body_begin(), BE = CS->body_end()
- ;BI != BE; ++BI)
+ for (CompoundStmt::const_body_iterator BI = CS->body_begin(),
+ BE = CS->body_end(); BI != BE; ++BI)
if (Expr *E = dyn_cast<Expr>((*BI)))
if (isCapturedBy(var, E))
return true;
@@ -933,7 +933,6 @@
if (isTrivialInitializer(Init))
return;
-
CharUnits alignment = emission.Alignment;
// Check whether this is a byref variable that's potentially