Skip to content

Commit 3bf89f0

Browse files
committed
Use spaces rather than tabs to conform with the rest of the file
1 parent 9aa9214 commit 3bf89f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: externals/findsdl2-cmake/FindSDL2_mixer.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
find_path(SDL2_MIXER_INCLUDE_DIR SDL_mixer.h
4646
HINTS
47-
$ENV{SDL2_MIXER_DIR}
47+
$ENV{SDL2_MIXER_DIR}
4848
ENV SDL2MIXERDIR
4949
ENV SDL2DIR
5050
PATH_SUFFIXES SDL2
@@ -62,7 +62,7 @@ endif()
6262
find_library(SDL2_MIXER_LIBRARY
6363
NAMES SDL2_mixer
6464
HINTS
65-
$ENV{SDL2_MIXER_DIR}
65+
$ENV{SDL2_MIXER_DIR}
6666
ENV SDL2MIXERDIR
6767
ENV SDL2DIR
6868
PATH_SUFFIXES lib ${VC_LIB_PATH_SUFFIX}

0 commit comments

Comments
 (0)