]> granicus.if.org Git - clang/commitdiff
Test commit
authorWei Pan <wei.pan@intel.com>
Fri, 3 May 2013 21:07:45 +0000 (21:07 +0000)
committerWei Pan <wei.pan@intel.com>
Fri, 3 May 2013 21:07:45 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181057 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaStmt.cpp

index 70960faf99b7f6a42676d3ffc2cf59760335b307..42d4590e1e4113f98326d402192e6d2409dadf2c 100644 (file)
@@ -75,7 +75,7 @@ StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
 
 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
   DeclGroupRef DG = dg.getAsVal<DeclGroupRef>();
-  
+
   // If we don't have a declaration, or we have an invalid declaration,
   // just return.
   if (DG.isNull() || !DG.isSingleDecl())