]> granicus.if.org Git - clang/commitdiff
One more test checkin.
authorMike Stump <mrs@apple.com>
Thu, 19 Jun 2008 19:52:46 +0000 (19:52 +0000)
committerMike Stump <mrs@apple.com>
Thu, 19 Jun 2008 19:52:46 +0000 (19:52 +0000)
Remove an extra space at the end of a line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52504 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/DeclSpec.cpp

index 52c6a3395433813583bc69b1fb954ce5451a8c36..887839eb61635f2aa235f819efbba4670b55f28a 100644 (file)
@@ -23,7 +23,7 @@ unsigned DeclSpec::getParsedSpecifiers() const {
   if (StorageClassSpec != SCS_unspecified ||
       SCS_thread_specified)
     Res |= PQ_StorageClassSpecifier;
-  
+
   if (TypeQualifiers != TQ_unspecified)
     Res |= PQ_TypeQualifier;