From: Mike Stump Date: Thu, 19 Jun 2008 19:52:46 +0000 (+0000) Subject: One more test checkin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d42043333a6d6bd35d641efe44b9b40819169384;p=clang One more test checkin. 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 --- diff --git a/lib/Parse/DeclSpec.cpp b/lib/Parse/DeclSpec.cpp index 52c6a33954..887839eb61 100644 --- a/lib/Parse/DeclSpec.cpp +++ b/lib/Parse/DeclSpec.cpp @@ -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;