From d3a3a8528fc7b8d25a61200087489e1d116c71fa Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sun, 16 Apr 2017 13:39:53 +0200 Subject: [PATCH] cmake: reindent onepad/CMakeLists.txt with space --- plugins/onepad/CMakeLists.txt | 74 +++++++++++++++++------------------ 1 file changed, 36 insertions(+), 38 deletions(-) diff --git a/plugins/onepad/CMakeLists.txt b/plugins/onepad/CMakeLists.txt index a1a2fca1e8..a3f40a3beb 100644 --- a/plugins/onepad/CMakeLists.txt +++ b/plugins/onepad/CMakeLists.txt @@ -43,65 +43,63 @@ set(onepadFinalFlags "") # onepad sources set(onepadSources - controller.cpp - GamePad.cpp - SDL/joystick.cpp - keyboard.cpp - KeyStatus.cpp - onepad.cpp - state_management.cpp) + controller.cpp + GamePad.cpp + SDL/joystick.cpp + keyboard.cpp + KeyStatus.cpp + onepad.cpp + state_management.cpp) # onepad headers set(onepadHeaders - bitwise.h - controller.h - GamePad.h - SDL/joystick.h - keyboard.h - KeyStatus.h - onepad.h - state_management.h) + bitwise.h + controller.h + GamePad.h + SDL/joystick.h + keyboard.h + KeyStatus.h + onepad.h + state_management.h) # onepad Linux sources set(onepadLinuxSources - ${linux_sources}/ini.cpp - ${linux_sources}/dialog.cpp - ${linux_sources}/linux.cpp - ${linux_sources}/opPanel.cpp - ${linux_sources}/GamepadConfiguration.cpp - ${linux_headers}/JoystickConfiguration.cpp) + ${linux_sources}/ini.cpp + ${linux_sources}/dialog.cpp + ${linux_sources}/linux.cpp + ${linux_sources}/opPanel.cpp + ${linux_sources}/GamepadConfiguration.cpp + ${linux_headers}/JoystickConfiguration.cpp) # onepad Linux headers set(onepadLinuxHeaders - ${linux_headers}/linux.h - ${linux_headers}/opPanel.h - ${linux_headers}/GamepadConfiguration.h - ${linux_headers}/JoystickConfiguration.h) + ${linux_headers}/linux.h + ${linux_headers}/opPanel.h + ${linux_headers}/GamepadConfiguration.h + ${linux_headers}/JoystickConfiguration.h) # onepad Windows sources -set(onepadWindowsSources - ) +set(onepadWindowsSources) # onepad Windows headers -set(onepadWindowsHeaders - ) +set(onepadWindowsHeaders) set(onepadFinalLibs ${SDL2_LIBRARIES}) add_definitions(-DSDL_BUILD) set(onepadFinalLibs - ${onepadFinalLibs} - ${wxWidgets_LIBRARIES} - ${GTK2_LIBRARIES} - ${X11_LIBRARIES} + ${onepadFinalLibs} + ${wxWidgets_LIBRARIES} + ${GTK2_LIBRARIES} + ${X11_LIBRARIES} ) set(onepadFinalSources - ${onepadSources} - ${onepadHeaders} - ${onepadLinuxSources} - ${onepadLinuxHeaders} - ${onepadGuiResources} + ${onepadSources} + ${onepadHeaders} + ${onepadLinuxSources} + ${onepadLinuxHeaders} + ${onepadGuiResources} ) include_directories(