Author: tasiraj
Date: Thu Mar 28 10:48:49 2013
New Revision: 178241

URL: http://llvm.org/viewvc/llvm-project?rev=178241&view=rev
Log:
Test commit: Remove whitespace.


Modified:
    clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h

Modified: clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h?rev=178241&r1=178240&r2=178241&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h (original)
+++ clang-tools-extra/trunk/cpp11-migrate/LoopConvert/StmtAncestor.h Thu Mar 28 
10:48:49 2013
@@ -166,7 +166,7 @@ private:
 /// with a particular identifier. This search includes the names that don't
 /// actually appear in the AST (i.e. created by a refactoring tool) by 
including
 /// a map from Stmts to generated names associated with those stmts.
-class DeclFinderASTVisitor : 
+class DeclFinderASTVisitor :
   public clang::RecursiveASTVisitor<DeclFinderASTVisitor> {
 public:
   DeclFinderASTVisitor(const std::string &Name,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to