From a188f9074033a4c3e57a2a53b677057ee563f91f Mon Sep 17 00:00:00 2001 From: wangshaohui <97082645@qq.com> Date: Wed, 1 Jan 2025 10:14:44 +0800 Subject: [PATCH] commit clang format --- libobs/obs-source.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libobs/obs-source.c b/libobs/obs-source.c index 34d561a25c53f6..9fef469f9aa665 100644 --- a/libobs/obs-source.c +++ b/libobs/obs-source.c @@ -1186,8 +1186,8 @@ static void async_tick(obs_source_t *source) uint64_t sys_time = obs->video.video_time; /* gs should be requested before async_mutex - Here we request gs because set_async_texture_size may be called */ - gs_enter_context(obs->video.graphics); + Here we request gs because set_async_texture_size may be called */ + gs_enter_context(obs->video.graphics); pthread_mutex_lock(&source->async_mutex); if (deinterlacing_enabled(source)) {