diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2016-01-28 18:06:31 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2016-01-28 18:06:31 +0000 |
| commit | b0dd911f16a7a9914a1fa2e2073095a1a17b336a (patch) | |
| tree | 8f0c2f3eec5c2364f77ce64634fcc75b92607664 | |
| parent | 2321a4cd711cd809c6fe049d3d91007b6e43809c (diff) | |
| download | bcm5719-llvm-b0dd911f16a7a9914a1fa2e2073095a1a17b336a.tar.gz bcm5719-llvm-b0dd911f16a7a9914a1fa2e2073095a1a17b336a.zip | |
Fix strange indent.
llvm-svn: 259063
| -rw-r--r-- | clang/lib/CodeGen/CGStmt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index 3a22a394847..c0044de083d 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<OMPTaskLoopSimdDirective>(*S)); break; -case Stmt::OMPDistributeDirectiveClass: + case Stmt::OMPDistributeDirectiveClass: EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); - break; + break; } } |

