Remove stray space. Signed-off-by: Kevin Petit <kevin.petit@arm.com> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360783 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -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)) {