]> granicus.if.org Git - clang/commitdiff
Fix strange indent.
authorNico Weber <nicolasweber@gmx.de>
Thu, 28 Jan 2016 18:06:31 +0000 (18:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 28 Jan 2016 18:06:31 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259063 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmt.cpp

index 3a22a39484785cd0d56b8f1df490991ff9ad6803..c0044de083db2847b33ca5ae730c63cb1480e479 100644 (file)
@@ -271,9 +271,9 @@ void CodeGenFunction::EmitStmt(const Stmt *S) {
   case Stmt::OMPTaskLoopSimdDirectiveClass:
     EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S));
     break;
-case Stmt::OMPDistributeDirectiveClass:
+  case Stmt::OMPDistributeDirectiveClass:
     EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S));
-       break;
+    break;
   }
 }