CMakeLists: Remove trailing space

While we're in the same area, amend the newlining of the if block
This commit is contained in:
Lioncash 2018-07-06 13:23:26 -04:00
parent 23bc463ec9
commit a7cf1548b0
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -701,11 +701,10 @@ 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)
endif() endif()
find_package(Libsystemd) find_package(Libsystemd)
if(SYSTEMD_FOUND) if(SYSTEMD_FOUND)