SDL: cmake: fix indentation in CheckPipewire

From 368b6cedf6255511b3adc05ee734a0480170a126 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Thu, 27 Aug 2026 00:24:13 +0200
Subject: [PATCH] cmake: fix indentation in CheckPipewire

---
 cmake/sdlchecks.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/sdlchecks.cmake b/cmake/sdlchecks.cmake
index f893efa814b2e..d585b0b998e7b 100644
--- a/cmake/sdlchecks.cmake
+++ b/cmake/sdlchecks.cmake
@@ -166,8 +166,8 @@ macro(CheckPipewire)
         sdl_link_dependency(pipewire LIBS PkgConfig::PC_PIPEWIRE PKG_CONFIG_PREFIX PC_PIPEWIRE PKG_CONFIG_SPECS ${PipeWire_PKG_CONFIG_SPEC})
       endif()
       set(HAVE_SDL_AUDIO TRUE)
-      endif()
     endif()
+  endif()
 endmacro()
 
 # Requires: