diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-05-26 05:35:39 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-05-26 05:35:39 +0000 |
commit | 7f7c42b12ecb1560055a2c087d9ca5187ad357c3 (patch) | |
tree | 2423d19b9ee0ba9510d6d516c45d249229dd370a /lib/Sema/SemaDecl.cpp | |
parent | a189d8976f1193b788508a1a29b2e9d0aca06aca (diff) |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index 6de5627f3d..036907b685 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -1166,9 +1166,9 @@ void Sema::MarkUnusedFileScopedDecl(const DeclaratorDecl *D) { return; // First should already be in the vector. } - if (ShouldWarnIfUnusedFileScopedDecl(D)) - UnusedFileScopedDecls.push_back(D); - } + if (ShouldWarnIfUnusedFileScopedDecl(D)) + UnusedFileScopedDecls.push_back(D); +} static bool ShouldDiagnoseUnusedDecl(const NamedDecl *D) { if (D->isInvalidDecl()) |