[cfe-commits] r157510 - /cfe/trunk/lib/Sema/SemaDecl.cpp
    David Blaikie 
    dblaikie at gmail.com
       
    Fri May 25 22:35:39 PDT 2012
    
    
  
Author: dblaikie
Date: Sat May 26 00:35:39 2012
New Revision: 157510
URL: http://llvm.org/viewvc/llvm-project?rev=157510&view=rev
Log:
Fix indentation.
Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp
Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=157510&r1=157509&r2=157510&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Sat May 26 00:35:39 2012
@@ -1166,9 +1166,9 @@
       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())
    
    
More information about the cfe-commits
mailing list