[NFCI] Whitespace in SemaDeclAttr.cpp
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 16 Jun 2022 22:10:22 +0000 (15:10 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 16 Jun 2022 22:10:32 +0000 (15:10 -0700)
clang/lib/Sema/SemaDeclAttr.cpp

index af8dc85..bd4d941 100644 (file)
@@ -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);