Fix incorrect indentation.

It doesn't look like there was an actual bug here beyond the indentation.

Bug: http://b/239578516
Test: treehugger
Change-Id: I71bf2e59467b311a82252056aeeede2355727023
This commit is contained in:
Elliott Hughes
2022-07-19 18:31:56 +00:00
parent 36a879796b
commit 6db7fab85d

View File

@@ -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) {