mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <modules/spacecraftinstruments/util/decoder.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
class TargetDecoder : public Decoder {
|
||||
public:
|
||||
TargetDecoder(const ghoul::Dictionary& dictionary);
|
||||
@@ -40,7 +40,7 @@ private:
|
||||
std::string _type;
|
||||
std::vector<std::string> _names;
|
||||
};
|
||||
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_MODULE_SPACECRAFTINSTRUMENTS___TARGETDECODER___H__
|
||||
|
||||
Reference in New Issue
Block a user