mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Updated check_style_guide to test for include guards and copyright
notices - Fix include guards - Fix copyright header indentation - Update copyright years
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCRIPT_HELPER_H__
|
||||
#define __SCRIPT_HELPER_H__
|
||||
#ifndef __OPENSPACE_CORE___SCRIPTHELPER___H__
|
||||
#define __OPENSPACE_CORE___SCRIPTHELPER___H__
|
||||
|
||||
#define SCRIPT_CHECK_ARGUMENTS(__category__, __stack__, __reqArg__, __realArg__) \
|
||||
if (__realArg__ != __reqArg__) { \
|
||||
@@ -33,4 +33,4 @@
|
||||
}
|
||||
|
||||
|
||||
#endif // __SCRIPT_HELPER_H__
|
||||
#endif // __OPENSPACE_CORE___SCRIPTHELPER___H__
|
||||
|
||||
Reference in New Issue
Block a user