mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 08:58:54 -05:00
- Add style check for correct use of components and subcomponents in
include guards - Disallow use of lower case characters in include guards - Fix wrong components and subcomponents
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __OPENSPACE_MODULE_BASE___DEBUGRENDERER___H__
|
||||
#define __OPENSPACE_MODULE_BASE___DEBUGRENDERER___H__
|
||||
#ifndef __OPENSPACE_MODULE_DEBUGGING___DEBUGRENDERER___H__
|
||||
#define __OPENSPACE_MODULE_DEBUGGING___DEBUGRENDERER___H__
|
||||
|
||||
#include <ghoul/opengl/ghoul_gl.h>
|
||||
#include <ghoul/opengl/programobject.h>
|
||||
@@ -162,4 +162,4 @@ protected:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_MODULE_BASE___DEBUGRENDERER___H__
|
||||
#endif // __OPENSPACE_MODULE_DEBUGGING___DEBUGRENDERER___H__
|
||||
|
||||
Reference in New Issue
Block a user