]> granicus.if.org Git - clang/commitdiff
[cindex.py] Use spaces, not tabs for indentation
authorTobias Grosser <grosser@fim.uni-passau.de>
Sat, 18 Aug 2012 23:52:41 +0000 (23:52 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sat, 18 Aug 2012 23:52:41 +0000 (23:52 +0000)
Reported by: Francisco Lopes  <oblita@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162182 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index c2a67213623edbdb6571fe1816ba6e35d5b02f0e..ee85585f89be2bdbb9c6965c3300ce4598cd7470 100644 (file)
@@ -1762,7 +1762,7 @@ class CodeCompletionResults(ClangObject):
         return self._as_parameter_
 
     def __del__(self):
-       lib.clang_disposeCodeCompleteResults(self)
+        lib.clang_disposeCodeCompleteResults(self)
 
     @property
     def results(self):