From e5b8de55efc2ae4d780cbf357952996df0d8f900 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Wed, 12 Oct 2022 14:44:51 -0700 Subject: [PATCH] Adds missing newlines --- plugins/spectate/CMakeLists.txt | 2 +- plugins/spectate/pause.cpp | 2 +- plugins/spectate/pause.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/spectate/CMakeLists.txt b/plugins/spectate/CMakeLists.txt index 000291d34..5ba1ed9cf 100644 --- a/plugins/spectate/CMakeLists.txt +++ b/plugins/spectate/CMakeLists.txt @@ -5,4 +5,4 @@ SET(SOURCES spectate.cpp pause.cpp) -dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua) \ No newline at end of file +dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua) diff --git a/plugins/spectate/pause.cpp b/plugins/spectate/pause.cpp index bac3c1654..bb3e90ee0 100644 --- a/plugins/spectate/pause.cpp +++ b/plugins/spectate/pause.cpp @@ -157,4 +157,4 @@ void World::Update() { df::global::d_init->announcements.flags[i].bits.PAUSE = locked_states[i]; } } -} \ No newline at end of file +} diff --git a/plugins/spectate/pause.h b/plugins/spectate/pause.h index dafc259d1..98d703998 100644 --- a/plugins/spectate/pause.h +++ b/plugins/spectate/pause.h @@ -55,4 +55,4 @@ namespace DFHack { void Update(); } -} \ No newline at end of file +}