diff options
author | Mike Stump <mrs@apple.com> | 2008-06-19 19:52:46 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2008-06-19 19:52:46 +0000 |
commit | d42043333a6d6bd35d641efe44b9b40819169384 (patch) | |
tree | 544e9647c9949f1ad3870543f410b77b2084e404 /lib/Parse/DeclSpec.cpp | |
parent | a6f0177a864ac478eb9890319f2e8ea03695e91d (diff) |
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
Diffstat (limited to 'lib/Parse/DeclSpec.cpp')
-rw-r--r-- | lib/Parse/DeclSpec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |