From: Kevin Petit Date: Wed, 15 May 2019 16:39:28 +0000 (+0000) Subject: Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7da1391bdec01faee1dd5af9f3a0c6df63eff243;p=clang Test commit Remove stray space. Signed-off-by: Kevin Petit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index 4c7c13e9e2..bd091a0691 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -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)) {