Skip to content

Commit

Permalink
Remove accidental space
Browse files Browse the repository at this point in the history
Should make codestyle check happy
  • Loading branch information
Foereaper authored Jul 29, 2023
1 parent 4b3113e commit 03d0527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ source_group("World\\Handlers" FILES ${SRC_GRP_WORLD_HANDLERS})

# Build the Eluna library if enabled
if(SCRIPT_LIB_ELUNA)
file(GLOB SRC_GRP_ELUNA
file(GLOB SRC_GRP_ELUNA
${CMAKE_SOURCE_DIR}/src/modules/Eluna/*.cpp
${CMAKE_SOURCE_DIR}/src/modules/Eluna/*.h
${CMAKE_SOURCE_DIR}/src/modules/Eluna/Mangos/*.cpp
Expand Down Expand Up @@ -309,4 +309,4 @@ endif()
if(PLAYERBOTS)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/aiplayerbot.conf.dist
DESTINATION ${CONF_INSTALL_DIR})
endif()
endif()

0 comments on commit 03d0527

Please sign in to comment.