mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Merge "Fix incorrect indentation." am: 5609b7b260 am: f53c50c542
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2159656 Change-Id: Iddd9822ef6a85981e156ba0b75ed497f9c6a60b7 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