Browse Source

Fixed indentation from last commit.

Miku AuahDark 3 years ago
parent
commit
83fd21b130
1 changed files with 3 additions and 3 deletions
  1. 3 3
      libs/openal-soft/CMakeLists.txt

+ 3 - 3
libs/openal-soft/CMakeLists.txt

@@ -1129,9 +1129,9 @@ if(ANDROID)
         set(OBOE_TARGET oboe)
     else()
         find_package(oboe CONFIG)
-		if(NOT TARGET oboe::oboe)
-			find_package(Oboe)
-		endif()
+        if(NOT TARGET oboe::oboe)
+            find_package(Oboe)
+        endif()
         if(TARGET oboe::oboe)
             set(OBOE_TARGET "oboe::oboe")
         endif()