From a00fb1e8da505768b491e5f4d6266784fb1a27c9 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Wed, 9 Apr 2014 15:41:49 +0200 Subject: Only use tabs for intendention --- depends/javacheck/CMakeLists.txt | 2 +- depends/launcher/CMakeLists.txt | 38 +++++++++++++++++++------------------- depends/pack200/CMakeLists.txt | 32 ++++++++++++++++---------------- depends/settings/CMakeLists.txt | 22 +++++++++++----------- depends/util/CMakeLists.txt | 20 ++++++++++---------- depends/xz-embedded/CMakeLists.txt | 20 ++++++++++---------- 6 files changed, 67 insertions(+), 67 deletions(-) (limited to 'depends') diff --git a/depends/javacheck/CMakeLists.txt b/depends/javacheck/CMakeLists.txt index 8396aabb..ac8009ff 100644 --- a/depends/javacheck/CMakeLists.txt +++ b/depends/javacheck/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_JAVA_JAR_ENTRY_POINT JavaCheck) set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked) set(SRC - JavaCheck.java + JavaCheck.java ) add_jar(JavaCheck ${SRC}) diff --git a/depends/launcher/CMakeLists.txt b/depends/launcher/CMakeLists.txt index 9db3aaeb..ad06fa7b 100644 --- a/depends/launcher/CMakeLists.txt +++ b/depends/launcher/CMakeLists.txt @@ -7,28 +7,28 @@ set(CMAKE_JAVA_JAR_ENTRY_POINT org.multimc.EntryPoint) set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked) set(SRC - # OSX things - org/simplericity/macify/eawt/Application.java - org/simplericity/macify/eawt/ApplicationAdapter.java - org/simplericity/macify/eawt/ApplicationEvent.java - org/simplericity/macify/eawt/ApplicationListener.java - org/simplericity/macify/eawt/DefaultApplication.java + # OSX things + org/simplericity/macify/eawt/Application.java + org/simplericity/macify/eawt/ApplicationAdapter.java + org/simplericity/macify/eawt/ApplicationEvent.java + org/simplericity/macify/eawt/ApplicationListener.java + org/simplericity/macify/eawt/DefaultApplication.java - # legacy applet wrapper thing. - # The launcher has to be there for silly FML/Forge relauncher. - net/minecraft/Launcher.java - org/multimc/legacy/LegacyLauncher.java - org/multimc/legacy/LegacyFrame.java + # legacy applet wrapper thing. + # The launcher has to be there for silly FML/Forge relauncher. + net/minecraft/Launcher.java + org/multimc/legacy/LegacyLauncher.java + org/multimc/legacy/LegacyFrame.java - # onesix launcher - org/multimc/onesix/OneSixLauncher.java + # onesix launcher + org/multimc/onesix/OneSixLauncher.java - # generic launcher - org/multimc/EntryPoint.java - org/multimc/Launcher.java - org/multimc/ParseException.java - org/multimc/Utils.java - org/multimc/IconLoader.java + # generic launcher + org/multimc/EntryPoint.java + org/multimc/Launcher.java + org/multimc/ParseException.java + org/multimc/Utils.java + org/multimc/IconLoader.java ) add_jar(NewLaunch ${SRC}) diff --git a/depends/pack200/CMakeLists.txt b/depends/pack200/CMakeLists.txt index f1b699b2..4624b483 100644 --- a/depends/pack200/CMakeLists.txt +++ b/depends/pack200/CMakeLists.txt @@ -21,22 +21,22 @@ else(UNIX) endif(UNIX) set(PACK200_SRC -include/unpack200.h -src/bands.cpp -src/bands.h -src/bytes.cpp -src/bytes.h -src/coding.cpp -src/coding.h -src/constants.h -src/defines.h -src/unpack200.cpp -src/unpack.cpp -src/unpack.h -src/utils.cpp -src/utils.h -src/zip.cpp -src/zip.h + include/unpack200.h + src/bands.cpp + src/bands.h + src/bytes.cpp + src/bytes.h + src/coding.cpp + src/coding.h + src/constants.h + src/defines.h + src/unpack200.cpp + src/unpack.cpp + src/unpack.h + src/utils.cpp + src/utils.h + src/zip.cpp + src/zip.h ) set(CMAKE_POSITION_INDEPENDENT_CODE ON) diff --git a/depends/settings/CMakeLists.txt b/depends/settings/CMakeLists.txt index aa44b731..346e15b5 100644 --- a/depends/settings/CMakeLists.txt +++ b/depends/settings/CMakeLists.txt @@ -10,20 +10,20 @@ include(UseCXX11) include(Coverage) set(LIBSETTINGS_SOURCES - libsettings_config.h + libsettings_config.h - inifile.h - inifile.cpp + inifile.h + inifile.cpp - settingsobject.h - settingsobject.cpp - inisettingsobject.h - inisettingsobject.cpp + settingsobject.h + settingsobject.cpp + inisettingsobject.h + inisettingsobject.cpp - setting.h - setting.cpp - overridesetting.h - overridesetting.cpp + setting.h + setting.cpp + overridesetting.h + overridesetting.cpp ) # Set the include dir path. diff --git a/depends/util/CMakeLists.txt b/depends/util/CMakeLists.txt index 137d232e..7a18067c 100644 --- a/depends/util/CMakeLists.txt +++ b/depends/util/CMakeLists.txt @@ -10,21 +10,21 @@ find_package(Qt5Core REQUIRED) include_directories(${Qt5Base_INCLUDE_DIRS}) set(LIBUTIL_SOURCES - include/libutil_config.h + include/libutil_config.h - include/pathutils.h - src/pathutils.cpp + include/pathutils.h + src/pathutils.cpp - include/osutils.h + include/osutils.h - include/userutils.h - src/userutils.cpp + include/userutils.h + src/userutils.cpp - include/cmdutils.h - src/cmdutils.cpp + include/cmdutils.h + src/cmdutils.cpp - include/modutils.h - src/modutils.cpp + include/modutils.h + src/modutils.cpp ) # Set the include dir path. diff --git a/depends/xz-embedded/CMakeLists.txt b/depends/xz-embedded/CMakeLists.txt index b308efa4..bc1759dc 100644 --- a/depends/xz-embedded/CMakeLists.txt +++ b/depends/xz-embedded/CMakeLists.txt @@ -14,16 +14,16 @@ set(XZ_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include" PARENT_SCOPE) # tweak this list and xz.h to fit your needs set(XZ_SOURCES - include/xz.h - src/xz_config.h - src/xz_crc32.c - src/xz_crc64.c - src/xz_dec_lzma2.c - src/xz_dec_stream.c - src/xz_lzma2.h - src/xz_private.h - src/xz_stream.h -# src/xz_dec_bcj.c + include/xz.h + src/xz_config.h + src/xz_crc32.c + src/xz_crc64.c + src/xz_dec_lzma2.c + src/xz_dec_stream.c + src/xz_lzma2.h + src/xz_private.h + src/xz_stream.h +# src/xz_dec_bcj.c ) # TODO: look into what would be needed for plain old lzma -- cgit v1.2.3