mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <vector>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
class OpenSpaceModule;
|
||||
|
||||
class SettingsEngine : public properties::PropertyOwner {
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
SettingsEngine();
|
||||
|
||||
void initialize();
|
||||
|
||||
|
||||
void setModules(const std::vector<OpenSpaceModule*>& modules);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user