]> granicus.if.org Git - clang/commitdiff
Formatting.
authorEric Christopher <echristo@apple.com>
Thu, 8 Sep 2011 17:15:04 +0000 (17:15 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 8 Sep 2011 17:15:04 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139296 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExpr.cpp

index 0be3628a6269002e55bf5ece965347862c3123c7..9364ade96df11052b51c0f64c9828d21605dda8d 100644 (file)
@@ -659,7 +659,8 @@ LValue CodeGenFunction::EmitLValue(const Expr *E) {
     return EmitVAArgExprLValue(cast<VAArgExpr>(E));
   case Expr::DeclRefExprClass:
     return EmitDeclRefLValue(cast<DeclRefExpr>(E));
-  case Expr::ParenExprClass:return EmitLValue(cast<ParenExpr>(E)->getSubExpr());
+  case Expr::ParenExprClass:
+    return EmitLValue(cast<ParenExpr>(E)->getSubExpr());
   case Expr::GenericSelectionExprClass:
     return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
   case Expr::PredefinedExprClass: