From b0dd911f16a7a9914a1fa2e2073095a1a17b336a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 28 Jan 2016 18:06:31 +0000 Subject: [PATCH] Fix strange indent. llvm-svn: 259063 --- clang/lib/CodeGen/CGStmt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index 3a22a39..c0044de 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -271,9 +271,9 @@ void CodeGenFunction::EmitStmt(const Stmt *S) { case Stmt::OMPTaskLoopSimdDirectiveClass: EmitOMPTaskLoopSimdDirective(cast(*S)); break; -case Stmt::OMPDistributeDirectiveClass: + case Stmt::OMPDistributeDirectiveClass: EmitOMPDistributeDirective(cast(*S)); - break; + break; } } -- 2.7.4