From: Mitch Phillips <31459023+hctim@users.noreply.github.com> Date: Thu, 16 Jun 2022 22:10:22 +0000 (-0700) Subject: [NFCI] Whitespace in SemaDeclAttr.cpp X-Git-Tag: upstream/15.0.7~4442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee28837a1fbd574dbec14b9f09cb4effab6a492a;p=platform%2Fupstream%2Fllvm.git [NFCI] Whitespace in SemaDeclAttr.cpp --- diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index af8dc85..bd4d941 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -8876,7 +8876,7 @@ ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const ParsedAttr &AL, case ParsedAttr::AT_Thread: handleDeclspecThreadAttr(S, D, AL); break; - + // HLSL attributes: case ParsedAttr::AT_HLSLNumThreads: handleHLSLNumThreadsAttr(S, D, AL);