From: Tobias Grosser Date: Sat, 18 Aug 2012 23:52:41 +0000 (+0000) Subject: [cindex.py] Use spaces, not tabs for indentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58308d8469cfe3395ede90423e2e80e769f336ce;p=clang [cindex.py] Use spaces, not tabs for indentation Reported by: Francisco Lopes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162182 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py index c2a6721362..ee85585f89 100644 --- a/bindings/python/clang/cindex.py +++ b/bindings/python/clang/cindex.py @@ -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):