Fix indentation.

llvm-svn: 157510
This commit is contained in:
David Blaikie 2012-05-26 05:35:39 +00:00
parent 246e85ddb0
commit 3d8edc24c7
1 changed files with 3 additions and 3 deletions

View File

@ -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())