mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-24 22:09:10 -06:00
Cleanup of license headers
Cleanup of include guards in modules
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __DEBUGGINGMODULE_H__
|
||||
#define __DEBUGGINGMODULE_H__
|
||||
#ifndef __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__
|
||||
#define __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__
|
||||
|
||||
#include <openspace/util/openspacemodule.h>
|
||||
|
||||
@@ -39,4 +39,4 @@ protected:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __DEBUGGINGMODULE_H__
|
||||
#endif // __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__
|
||||
|
||||
Reference in New Issue
Block a user