diff options
author | Kai Luo <lkail@cn.ibm.com> | 2021-05-16 22:34:09 +0800 |
---|---|---|
committer | Kai Luo <lkail@cn.ibm.com> | 2021-05-16 22:34:09 +0800 |
commit | 06a9b0c6f445585393cdac3d488b7e9b28c7c5d5 (patch) | |
tree | 21985d5b32eda10c04cf4d70a8a4247870bf66c5 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 7243120198914441c97de04bb6fc9afcc5b80731 (diff) | |
download | llvm-06a9b0c6f445585393cdac3d488b7e9b28c7c5d5.zip llvm-06a9b0c6f445585393cdac3d488b7e9b28c7c5d5.tar.gz llvm-06a9b0c6f445585393cdac3d488b7e9b28c7c5d5.tar.bz2 |
[Utils] Fix indentation error in utils/wciia.py
Running this script gives
```
"llvm-project/llvm/./utils/wciia.py", line 56
if word == "N:":
TabError: inconsistent use of tabs and spaces in indentation
```
Under emacs' whitespace-mode, it shows
```
for·line·in·code_owners_file:$
····for·word·in·line.split():$
» if·word·==·"N:":$
» » name·=·line[2:].strip()$
» » if·code_owner:$
» » » process_code_owner(code_owner)$
» » » code_owner·=·{}$
```
I use `yapf` to format this script directly and it's running correctly.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions