diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-20 02:01:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-20 02:01:50 +0000 |
commit | 097e916b617bb4a069a03764024c310ed42a6424 (patch) | |
tree | a3d550de68e174b6bbfeb9f65aa8db16c0bedff1 /lib/Sema/SemaType.cpp | |
parent | 31c286803c60c59d314525e047d0e72f9a1cb55b (diff) |
fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index a9e8b0117d..f1edabfa7e 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -59,7 +59,7 @@ QualType Sema::ConvertDeclSpecToType(const DeclSpec &DS) { break; case DeclSpec::TST_unspecified: // "<proto1,proto2>" is an objc qualified ID with a missing id. - if (DeclSpec::ProtocolQualifierListTy PQ = DS.getProtocolQualifiers()) { + if (DeclSpec::ProtocolQualifierListTy PQ = DS.getProtocolQualifiers()) { Result = Context.getObjCQualifiedIdType((ObjCProtocolDecl**)PQ, DS.getNumProtocolQualifiers()); break; |