[all-commits] [llvm/llvm-project] 46d0ec: [lldb] Remove tab from TestReturnValue.py
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Dec 3 02:45:20 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 46d0ec3a803021281c8d868b1487d2d5cd06f274
https://github.com/llvm/llvm-project/commit/46d0ec3a803021281c8d868b1487d2d5cd06f274
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py
Log Message:
-----------
[lldb] Remove tab from TestReturnValue.py
Mixing tabs and spaces makes Python exit with this error:
File "llvm/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py", line 23
return (self.getArchitecture() == "aarch64" and self.getPlatform() == "linux")
^
TabError: inconsistent use of tabs and spaces in indentation
More information about the All-commits
mailing list