Skip to content

Commit 35e8356

Browse files
withSangmadebr
andauthored
Reformat Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake
Co-authored-by: Anonymous Maarten <[email protected]>
1 parent de56a8c commit 35e8356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/SDL/pkg-support/resources/CMake/SDL3Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ while(NOT _sdl3_framework_path)
4444
break()
4545
endif()
4646
get_filename_component(_next_current_path "${_current_path}" DIRECTORY)
47-
if ("${_current_path}" STREQUAL "${_next_current_path}")
47+
if("${_current_path}" STREQUAL "${_next_current_path}")
4848
break()
4949
endif()
5050
set(_current_path "${_next_current_path}")

0 commit comments

Comments
 (0)