OSDN Git Service

Python: format all Python files in system/bt using YAPF
authorJack He <siyuanh@google.com>
Wed, 11 Dec 2019 00:41:59 +0000 (16:41 -0800)
committerJack He <siyuanh@google.com>
Wed, 11 Dec 2019 20:29:31 +0000 (12:29 -0800)
commit1d2b1427fa3a755c9dd2b0bbcb5a294347d1eef1
tree24c92b7bacb0592646bd58253d29822aec7088e5
parent2e6853cf139f9821944203269d63d57d45f5b104
Python: format all Python files in system/bt using YAPF

python3 yapf -p -i $(git ls-tree --name-only -r aosp/master | grep "\.py")

Bug: 146016811
Test: run Python tests
Change-Id: Ic5fe6a21151d1abc8eb013f8c8070ba8238a5249
24 files changed:
build/toolchain/clang/get_clang_suffix.py
gd/cert/bluetooth_packets_python3_setup.py
gd/cert/event_asserts.py
gd/cert/gd_base_test.py
gd/cert/gd_cert_device.py
gd/cert/gd_device.py
gd/cert/gd_device_base.py
gd/cert/pts_base_test.py
gd/hal/cert/simple_hal_test.py
gd/hci/cert/simple_hci_test.py
gd/l2cap/classic/cert/pts_l2cap_test.py
gd/l2cap/classic/cert/simple_l2cap_test.py
test/gen_coverage.py
test/run_host_unit_tests.py
tools/scripts/btsnoop_live.py
tools/scripts/btsnooz.py
tools/scripts/dump_hearingaid_audio.py
tools/scripts/dump_metrics_ascii.py
vendor_libs/test_vendor_lib/scripts/hci_socket.py
vendor_libs/test_vendor_lib/scripts/link_layer_socket.py
vendor_libs/test_vendor_lib/scripts/send_simple_commands.py
vendor_libs/test_vendor_lib/scripts/simple_link_layer_socket.py
vendor_libs/test_vendor_lib/scripts/simple_stack.py
vendor_libs/test_vendor_lib/scripts/test_channel.py