Fix trailing whitespaces in all files where some were added

This commit is contained in:
Pierre Bourdon 2013-08-25 02:49:58 +02:00
parent 987f4945b5
commit 73be79f4e0
20 changed files with 395 additions and 398 deletions

View file

@ -569,11 +569,8 @@ endif()
include(FindLibUSB OPTIONAL)
if(LIBUSB_FOUND)
message("Using shared LibUSB")
add_definitions(-D__LIBUSB__)
include_directories(${LIBUSB_INCLUDE_DIR})
else(LIBUSB_FOUND)
endif(LIBUSB_FOUND)
set(SFML_FIND_VERSION TRUE)