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