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 +}