mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
CMakeLists: Normalize whitespace
Normalizes tabs to spaces to follow our codebase's indentation style.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
set(SRCS CommandLineParse.cpp
|
||||
Disassembler.cpp
|
||||
UICommon.cpp
|
||||
USBUtils.cpp)
|
||||
set(SRCS
|
||||
CommandLineParse.cpp
|
||||
Disassembler.cpp
|
||||
UICommon.cpp
|
||||
USBUtils.cpp
|
||||
)
|
||||
|
||||
set(LIBS common cpp-optparse)
|
||||
if(LIBUSB_FOUND)
|
||||
|
Reference in New Issue
Block a user