]> granicus.if.org Git - clang/commitdiff
Testing commit access with whitespace change.
authorRafael Stahl <r.stahl@tum.de>
Tue, 29 May 2018 08:12:15 +0000 (08:12 +0000)
committerRafael Stahl <r.stahl@tum.de>
Tue, 29 May 2018 08:12:15 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333396 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTImporter.cpp

index 3294eda2367bdca95c861bdcd301eee09ef0d0a2..d64b64ce43bc46d248218652002a641eb380abea 100644 (file)
@@ -128,8 +128,8 @@ namespace clang {
     QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
     QualType VisitObjCObjectType(const ObjCObjectType *T);
     QualType VisitObjCObjectPointerType(const ObjCObjectPointerType *T);
-                            
-    // Importing declarations                            
+
+    // Importing declarations
     bool ImportDeclParts(NamedDecl *D, DeclContext *&DC, 
                          DeclContext *&LexicalDC, DeclarationName &Name, 
                          NamedDecl *&ToD, SourceLocation &Loc);