Minor indent fix

This commit is contained in:
Jack Andersen 2017-10-30 17:51:49 -10:00
parent db1a6f13a2
commit c374038103
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ add_library(nod
DiscWii.cpp
DirectoryEnumerator.cpp
nod.cpp
${PLAT_SRCS}
${PLAT_SRCS}
${NOD_HEADERS})
if(NOT MSVC)
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)