mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -112,7 +112,7 @@ void LuaRotation::update(const UpdateData& data) {
|
||||
_state,
|
||||
duration_cast<milliseconds>(now.time_since_epoch()).count()
|
||||
);
|
||||
|
||||
|
||||
// Execute the scaling function
|
||||
int success = lua_pcall(_state, 2, 9, 0);
|
||||
if (success != 0) {
|
||||
|
||||
Reference in New Issue
Block a user