mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
CMakeLists: Remove trailing space
While we're in the same area, amend the newlining of the if block
This commit is contained in:
parent
23bc463ec9
commit
a7cf1548b0
1 changed files with 1 additions and 2 deletions
|
@ -701,7 +701,6 @@ if(NOT ANDROID)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(USE_DISCORD_PRESENCE)
|
if(USE_DISCORD_PRESENCE)
|
||||||
message(STATUS "Using static DiscordRPC from Externals")
|
message(STATUS "Using static DiscordRPC from Externals")
|
||||||
add_subdirectory(Externals/discord-rpc)
|
add_subdirectory(Externals/discord-rpc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue