diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-08-18 23:52:41 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-08-18 23:52:41 +0000 |
commit | 58308d8469cfe3395ede90423e2e80e769f336ce (patch) | |
tree | 48ee17d3cb06a43916eda1d58012a3a06514258d /bindings | |
parent | 73719240e674a135155c5760f1c9c9dd474042b6 (diff) |
[cindex.py] Use spaces, not tabs for indentation
Reported by: Francisco Lopes <oblita@gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/clang/cindex.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |