Parcourir la source

Test commit

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316758 91177308-0d34-0410-b5e6-96231b3b80d8
Ivan Donchevskii il y a 7 ans
Parent
commit
d2d3a85d27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/Sema/SemaCodeComplete.cpp

+ 1 - 1
lib/Sema/SemaCodeComplete.cpp

@@ -47,7 +47,7 @@ namespace {
     /// the result set (when it returns true) and which declarations should be
     /// the result set (when it returns true) and which declarations should be
     /// filtered out (returns false).
     /// filtered out (returns false).
     typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
     typedef bool (ResultBuilder::*LookupFilter)(const NamedDecl *) const;
-    
+
     typedef CodeCompletionResult Result;
     typedef CodeCompletionResult Result;
     
     
   private:
   private: