[clang] ee28837 - [NFCI] Whitespace in SemaDeclAttr.cpp
Mitch Phillips via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 15:10:41 PDT 2022
Author: Mitch Phillips
Date: 2022-06-16T15:10:32-07:00
New Revision: ee28837a1fbd574dbec14b9f09cb4effab6a492a
URL: https://github.com/llvm/llvm-project/commit/ee28837a1fbd574dbec14b9f09cb4effab6a492a
DIFF: https://github.com/llvm/llvm-project/commit/ee28837a1fbd574dbec14b9f09cb4effab6a492a.diff
LOG: [NFCI] Whitespace in SemaDeclAttr.cpp
Added:
Modified:
clang/lib/Sema/SemaDeclAttr.cpp
Removed:
################################################################################
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index af8dc853eba69..bd4d9414365e1 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);
More information about the cfe-commits
mailing list