commit | 5609b7b260bf3bc9cb161aa61fe340a251a313a4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 19 20:21:08 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 19 20:21:08 2022 +0000 |
tree | af845bdcb45e3836b9e97e42e888e8219dd1beaa | |
parent | 0a19e588f0b27feee6b81ae45c56d592b2547565 [diff] | |
parent | 6db7fab85dbf0d5dd40b6ac0d77265c6371159bc [diff] |
Merge "Fix incorrect indentation."
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) {