diff --git a/source/Core/Drivers/FUSB302/policy_engine.cpp b/source/Core/Drivers/FUSB302/policy_engine.cpp index d752b9d0..989913cc 100644 --- a/source/Core/Drivers/FUSB302/policy_engine.cpp +++ b/source/Core/Drivers/FUSB302/policy_engine.cpp @@ -619,7 +619,7 @@ void PolicyEngine::PPSTimerCallback() { } bool PolicyEngine::NegotiationTimeoutReached(uint8_t timeout) { - if (timeout == 0){ + if (timeout == 0) { return false; }