Cleanup for coding style

Add strict mode to check_style_guide script
This commit is contained in:
Alexander Bock
2017-11-08 10:35:39 -06:00
parent d94408224c
commit b50b52d351
387 changed files with 1907 additions and 2132 deletions

View File

@@ -59,7 +59,7 @@ void GuiIswaComponent::render() {
ImGui::Begin("ISWA", &e, WindowSize, 0.5f);
_isEnabled = e;
ImGui::Text("Global Magnetosphere");
ImGui::Checkbox("Gm From Data", &_gmData); ImGui::SameLine();
ImGui::Checkbox("Gm From Images", &_gmImage);
@@ -215,7 +215,7 @@ void GuiIswaComponent::render() {
}
}
}
ImGui::End();
#endif
}