commit | 6db7fab85dbf0d5dd40b6ac0d77265c6371159bc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 19 18:31:56 2022 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 19 18:31:56 2022 +0000 |
tree | 25214b69dbbdb88c2b4fe600a7305787a711eb78 | |
parent | 36a879796bb046a5261d9862a69776f2bba94466 [diff] |
Fix incorrect indentation. It doesn't look like there was an actual bug here beyond the indentation. Bug: http://b/239578516 Test: treehugger Change-Id: I71bf2e59467b311a82252056aeeede2355727023
diff --git a/usb/1.0/default/Usb.cpp b/usb/1.0/default/Usb.cpp index 6eb8842..573e0e3 100644 --- a/usb/1.0/default/Usb.cpp +++ b/usb/1.0/default/Usb.cpp
@@ -234,7 +234,7 @@ else return Status::UNRECOGNIZED_ROLE; - return Status::SUCCESS; + return Status::SUCCESS; } Status getPortStatusHelper (hidl_vec<PortStatus>& currentPortStatus) {