Test commit
authorKevin Petit <kevin.petit@arm.com>
Wed, 15 May 2019 16:39:28 +0000 (16:39 +0000)
committerKevin Petit <kevin.petit@arm.com>
Wed, 15 May 2019 16:39:28 +0000 (16:39 +0000)
Remove stray space.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
llvm-svn: 360783

clang/lib/Sema/SemaType.cpp

index 4c7c13e..bd091a0 100644 (file)
@@ -7561,7 +7561,7 @@ static void processTypeAttrs(TypeProcessingState &state, QualType &type,
             state.getDeclarator().isPrototypeContext() &&
             !hasOuterPointerLikeChunk(state.getDeclarator(), endIndex);
         if (checkNullabilityTypeSpecifier(
-              state, 
+              state,
               type,
               attr,
               allowOnArrayType)) {