From 38062380a42ced1a1080b8db36fe5885ffe7d4dc Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-7SFAKTP\\Ron" Date: Sun, 25 Jan 2026 21:31:00 -0800 Subject: [PATCH] Fix formatting --- src/core/hle/service/nwm/nwm_uds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nwm/nwm_uds.cpp b/src/core/hle/service/nwm/nwm_uds.cpp index e6dd65d1c..288ae51c9 100644 --- a/src/core/hle/service/nwm/nwm_uds.cpp +++ b/src/core/hle/service/nwm/nwm_uds.cpp @@ -1271,7 +1271,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) { static constexpr std::chrono::nanoseconds UDSBeaconScanInterval{300000000}; input_event = ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval, - std::make_shared(0xF)); + std::make_shared(0xF)); // Retrieve all beacon frames that were received from the desired mac address. auto beacons = GetReceivedBeacons(mac_address);