From a7ec2748bb47e658c9292d3c97786e5605cf9e8b Mon Sep 17 00:00:00 2001 From: Varga Zsolt Date: Mon, 7 Jun 2021 16:14:55 +0200 Subject: [PATCH] Cosmetic fixes3 --- source/Core/Drivers/FUSB302/policy_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }