mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix trailing whitespaces in all files where some were added
This commit is contained in:
parent
987f4945b5
commit
73be79f4e0
@ -569,11 +569,8 @@ endif()
|
|||||||
include(FindLibUSB OPTIONAL)
|
include(FindLibUSB OPTIONAL)
|
||||||
if(LIBUSB_FOUND)
|
if(LIBUSB_FOUND)
|
||||||
message("Using shared LibUSB")
|
message("Using shared LibUSB")
|
||||||
|
|
||||||
add_definitions(-D__LIBUSB__)
|
add_definitions(-D__LIBUSB__)
|
||||||
include_directories(${LIBUSB_INCLUDE_DIR})
|
include_directories(${LIBUSB_INCLUDE_DIR})
|
||||||
else(LIBUSB_FOUND)
|
|
||||||
|
|
||||||
endif(LIBUSB_FOUND)
|
endif(LIBUSB_FOUND)
|
||||||
|
|
||||||
set(SFML_FIND_VERSION TRUE)
|
set(SFML_FIND_VERSION TRUE)
|
||||||
|
Loading…
Reference in New Issue
Block a user