From cd8becedfb6054439f4259223072e6a0e8445bdd Mon Sep 17 00:00:00 2001 From: ABeltramo Date: Thu, 12 Dec 2024 20:13:17 +0000 Subject: [PATCH] Committing clang-format changes --- src/moonlight-server/streaming/streaming.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonlight-server/streaming/streaming.hpp b/src/moonlight-server/streaming/streaming.hpp index e9f78934..5e661194 100644 --- a/src/moonlight-server/streaming/streaming.hpp +++ b/src/moonlight-server/streaming/streaming.hpp @@ -30,7 +30,7 @@ struct WaylandDisplayReady { }; void start_video_producer(std::size_t session_id, - const std::string & render_node, + const std::string &render_node, const wolf::core::virtual_display::DisplayMode &display_mode, std::shared_ptr> on_ready, std::shared_ptr event_bus);