Fix CHECK directives that weren't checking.

llvm-svn: 246492
diff --git a/clang/test/OpenMP/task_codegen.cpp b/clang/test/OpenMP/task_codegen.cpp
index 02141d1..16a97d2 100644
--- a/clang/test/OpenMP/task_codegen.cpp
+++ b/clang/test/OpenMP/task_codegen.cpp
@@ -18,7 +18,7 @@
   ~S() {}
 };
 int a;
-// CHECK-LABEL : @main
+// CHECK-LABEL: @main
 int main() {
 // CHECK: [[B:%.+]] = alloca i8
 // CHECK: [[S:%.+]] = alloca [2 x [[STRUCT_S]]]