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