Skip to content
Snippets Groups Projects
Commit 58308d84 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

[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
parent 73719240
No related branches found
No related tags found
No related merge requests found
...@@ -1762,7 +1762,7 @@ class CodeCompletionResults(ClangObject): ...@@ -1762,7 +1762,7 @@ class CodeCompletionResults(ClangObject):
return self._as_parameter_ return self._as_parameter_
def __del__(self): def __del__(self):
lib.clang_disposeCodeCompleteResults(self) lib.clang_disposeCodeCompleteResults(self)
@property @property
def results(self): def results(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment