From fab957c609b598afbc180ebaad91c8a1dd496c04 Mon Sep 17 00:00:00 2001 From: Mark Langen Date: Sun, 2 Jul 2023 13:38:08 -0700 Subject: [PATCH] Trailing newline --- .vscode/tasks.json | 2 +- CMakeLists.txt | 2 +- build.py | 2 +- configure.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c4adb083..bddbe60f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -28,4 +28,4 @@ "command": "build.py --inspect-shim ${file} ${lineNumber}" } ] -} \ No newline at end of file +} diff --git a/CMakeLists.txt b/CMakeLists.txt index 697f9f2b..46ee6707 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,4 +226,4 @@ if (MSVC) set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "/incremental:no") set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "/incremental:no /debug") set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "/incremental:no") -endif() \ No newline at end of file +endif() diff --git a/build.py b/build.py index b3c50f24..2a69e462 100644 --- a/build.py +++ b/build.py @@ -75,4 +75,4 @@ def require_original(): else: print("Build failed.") - exit(1) \ No newline at end of file + exit(1) diff --git a/configure.py b/configure.py index 232e3546..bd13e3c4 100644 --- a/configure.py +++ b/configure.py @@ -72,4 +72,4 @@ pathlib.Path("original").mkdir(parents=True, exist_ok=True) print("Please obtain a copy of the original game and place its " "ISLE.EXE and LEGO1.DLL into the `original` folder if you plan " - "on contributing so that the assembly diff tools can compare against them.") \ No newline at end of file + "on contributing so that the assembly diff tools can compare against them.")