From 6db7fab85dbf0d5dd40b6ac0d77265c6371159bc Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 19 Jul 2022 18:31:56 +0000 Subject: [PATCH] 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 --- usb/1.0/default/Usb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/1.0/default/Usb.cpp b/usb/1.0/default/Usb.cpp index 6eb88428c9..573e0e3e28 100644 --- a/usb/1.0/default/Usb.cpp +++ b/usb/1.0/default/Usb.cpp @@ -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& currentPortStatus) {