mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Merge "Fix incorrect indentation." am: 5609b7b260 am: f53c50c542 am: bf38ee601b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2159656 Change-Id: I233402da6a4aadd9d35b8a92b9328d132c220a4e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -234,7 +234,7 @@ Status getPortModeHelper(const std::string portName, PortMode& portMode) {
|
||||
else
|
||||
return Status::UNRECOGNIZED_ROLE;
|
||||
|
||||
return Status::SUCCESS;
|
||||
return Status::SUCCESS;
|
||||
}
|
||||
|
||||
Status getPortStatusHelper (hidl_vec<PortStatus>& currentPortStatus) {
|
||||
|
||||
Reference in New Issue
Block a user