Fix indentation.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 26 May 2012 05:35:39 +0000 (05:35 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 26 May 2012 05:35:39 +0000 (05:35 +0000)
llvm-svn: 157510

clang/lib/Sema/SemaDecl.cpp

index 6de5627..036907b 100644 (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())