Adds missing newlines

develop
Josh Cooper 2022-10-12 14:44:51 -07:00
parent f54d37c8e7
commit e5b8de55ef
3 changed files with 3 additions and 3 deletions

@ -5,4 +5,4 @@ SET(SOURCES
spectate.cpp
pause.cpp)
dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua)
dfhack_plugin(${PROJECT_NAME} ${SOURCES} LINK_LIBRARIES lua)

@ -157,4 +157,4 @@ void World::Update() {
df::global::d_init->announcements.flags[i].bits.PAUSE = locked_states[i];
}
}
}
}

@ -55,4 +55,4 @@ namespace DFHack {
void Update();
}
}
}