From: Nico Weber Date: Thu, 28 Jan 2016 18:06:31 +0000 (+0000) Subject: Fix strange indent. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5a745ec93565929bda0912a9fe654b43ec8ba1d;p=clang Fix strange indent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259063 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index 3a22a39484..c0044de083 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/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; } }